BUG 10699 Databases Source list no tiene search SOLVED
- Missing filter field in the list - Added filter field to the list
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
</MNU_ADD>
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
|
||||
<dynaformsEdit type="private" defaultValue="../dynaforms/dynaforms_Edit"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm menu="dynaforms/dynaforms_Options" width="100%" rowsPerPage="12">
|
||||
<dynaForm menu="dynaforms/dynaforms_Options" width="100%" rowsPerPage="12" searchBy="C1.CON_VALUE">
|
||||
|
||||
<DYN_UID type="hidden" showInTable="0"/>
|
||||
<PRO_UID type="hidden" showInTable="1"/>
|
||||
@@ -31,4 +31,4 @@ function pagedTableFilter( form ) {
|
||||
}
|
||||
</JSFILTER>
|
||||
|
||||
</dynaForm>
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user