BUG 9877 PM table Dynaform Title size could grows up to infinite
PROBLEM The title of the Dynaforms grows up at time to create it from a PM table. SOLUTION the title should no concat the names of the PM tables in the dynaform table, no it is only assigning the PM table tittle.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<en>Create from a PM Table</en>
|
||||
</ADD_TABLE>
|
||||
|
||||
<DYN_TITLE type="text" maxlength="48" size ="48" required="1">
|
||||
<DYN_TITLE type="text" maxlength="256" size ="48" required="1">
|
||||
<en>Title</en>
|
||||
</DYN_TITLE>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user