core: add editable fieds in Base_viewFieldLibrary for proper display of modules listboxes
Since both Base_viewFieldLibrary/my_view_mode_module_listbox and Base_viewFieldLibrary/my_list_mode_listbox are used in modules, for now, I add the field for both.
Showing
This diff is collapsed.
-
Owner
I don't know which one is the proper field to use in module listbox.
-
Base_viewFieldLibrary/my_view_mode_module_listbox
name suggests is for module listbox, but contain view mode, whereas we often make distinction between view mode for "embedded listbox" (like Person_view) and list mode for modules listbox. -
Base_viewFieldLibrary/my_list_mode_listbox
name suggest it is list mode (ie.form_list
and notform_view
)
For now we have both, so it's compatible with current listboxs using boths.
-
Please register or sign in to comment