[gen] Allow for ajax-based master-slave relationships within the search screen for Ref fields.
This commit is contained in:
parent
584e38abef
commit
6d6c842f12
16 changed files with 79 additions and 88 deletions
|
@ -10,7 +10,8 @@ from appy.gen.wrappers.TranslationWrapper import TranslationWrapper as WT
|
|||
from appy.gen.wrappers.PageWrapper import PageWrapper as WPage
|
||||
from Globals import InitializeClass
|
||||
from AccessControl import ClassSecurityInfo
|
||||
tfw = {"edit":"f","cell":"f","view":"f"} # Layout for Translation fields
|
||||
# Layouts for Translation fields
|
||||
tfw = {"edit":"f","cell":"f","view":"f","search":"f"}
|
||||
<!imports!>
|
||||
|
||||
<!User!>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue