Commit f6e3b51a authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Up doc

parent 061806ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ Installation de NODEJS/YARN pour la compilation JS
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs

# EDIT
url -fsSL https://deb.nodesource.com/setup_22.x  > setup_22.x.sh 
sudo bash setup_22.x.sh

# installation de Yarn (gestionnaire de dépendance node)
npm install --global yarn
```
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ class JsonFormatterService implements UseOscarConfigurationService, UseEntityMan
            }
        }
        else {

            $allowProcessCreate = $this->getOscarUserContextService()->hasPrivileges(
                SignaturePrivileges::SIGNATURE_CREATE,
                $doc->getActivity()