Skip to content
Snippets Groups Projects
Commit 5c65c423 authored by Anthony Borghi's avatar Anthony Borghi
Browse files

retouche pour rafraichissement après mise à jour des formulaires exploitant

parent 20ecf919
Branches
Tags
No related merge requests found
......@@ -75,6 +75,7 @@ class Networkmanager extends Dtnet {
$this->aFields = $this->getFields($this->aProperties['schema_dtnet'], "v_networkmanager", "networkmanager_id");
$this->aFields["icon"] = $this->getWSDataDtnetUrl($this->aFields["icon"]);
$this->aFields["signaturefile"] = $this->getWSDataDtnetUrl($this->aFields["signaturefile"]);
$this->aFields["isshutdownpossible"] = (is_bool($this->aFields["isshutdownpossible"])) ? $this->aFields["isshutdownpossible"] : "null";
$sDocumentDirectory = $this->aProperties["ws_data_dir"] . "/dtnet/networkmanager/" . $this->aValues["my_vitis_id"] . "/annexe";
$this->aFields["pdfList"] = array($this->getFolderInfos($sDocumentDirectory));
......
......@@ -75,6 +75,7 @@ class Unr_networkmanager extends Dtnet {
$this->aFields = $this->getFields($this->aProperties['schema_dtnet'], "v_networkmanager_unrestricted", "networkmanager_id");
$this->aFields["icon"] = $this->getWSDataDtnetUrl($this->aFields["icon"]);
$this->aFields["signaturefile"] = $this->getWSDataDtnetUrl($this->aFields["signaturefile"]);
$this->aFields["isshutdownpossible"] = (is_bool($this->aFields["isshutdownpossible"])) ? $this->aFields["isshutdownpossible"] : "null";
$sDocumentDirectory = $this->aProperties["ws_data_dir"] . "/dtnet/networkmanager/" . $this->aValues["my_vitis_id"] . "/annexe";
$this->aFields["pdfList"] = array($this->getFolderInfos($sDocumentDirectory));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment