BUG 14958 "Perfil por creador de proceso" SOLVED
This commit is contained in:
@@ -57,7 +57,7 @@ $rsCriteria = ProcessPeer::doSelectRS($criteria);
|
|||||||
$rsCriteria->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
$rsCriteria->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||||
|
|
||||||
if (!$rsCriteria->next()) {
|
if (!$rsCriteria->next()) {
|
||||||
echo "You not have privileges to edit this process.";
|
echo "You don't have privileges to edit this process.";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ WHERE
|
|||||||
</PRO_TRI_UNPAUSED>
|
</PRO_TRI_UNPAUSED>
|
||||||
<PRO_TYPE_PROCESS type="dropdown" defaultvalue="PUBLIC" colWidth="80" titleAlign="left" align="left">
|
<PRO_TYPE_PROCESS type="dropdown" defaultvalue="PUBLIC" colWidth="80" titleAlign="left" align="left">
|
||||||
<en>
|
<en>
|
||||||
Type of process
|
Type of process (only owner can edit the private processes)
|
||||||
<option name="PUBLIC">Public</option>
|
<option name="PUBLIC">Public</option>
|
||||||
<option name="PRIVATE">Private</option>
|
<option name="PRIVATE">Private</option>
|
||||||
</en>
|
</en>
|
||||||
|
|||||||
Reference in New Issue
Block a user