BUG 7286 It created a new function to assign supervisors PM
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="pagetable" sqlConnection="" menu="" rowsPerPage="10">
|
||||
<dynaForm type="pagetable" menu="processes/processes_availableProcessesUserOptions" searchBy="USR_FIRSTNAME|USR_LASTNAME" sqlConnection="" rowsPerPage="10">
|
||||
<PRO_UID type="hidden" showInTable="0"/>
|
||||
|
||||
<USR_UID type="hidden" showInTable="0"/>
|
||||
|
||||
<USR_FIRSTNAME type="text" titlealign="left" colWidth="100">
|
||||
<en>First name</en>
|
||||
</USR_FIRSTNAME>
|
||||
|
||||
<USR_LASTNAME type="text" align="right" colWidth="100">
|
||||
<en>Last name</en>
|
||||
</USR_LASTNAME>
|
||||
|
||||
<ASSIGN type="link" colWidth="40" value="@G::LoadTranslation(ID_ASSIGN)" link="#" onclick="assignProcessUser(@QPRO_UID, @QUSR_UID);return false;"/>
|
||||
|
||||
</dynaForm>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<dynaForm
|
||||
type="xmlmenu"
|
||||
>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user