Release of v5.1.1-alpha3

Add edit and create options to the ModalSelect Field (in Joomla 5).
This commit is contained in:
2025-03-30 19:52:28 +00:00
parent 8342c5bb9f
commit b9f38943aa
129 changed files with 3866 additions and 85 deletions

View File

@ -129,13 +129,16 @@
label="COM_COMPONENTBUILDER_ADMIN_FIELDS_FIELD_LABEL"
sql_title_table="#__componentbuilder_field"
sql_title_column="name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=fields&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=field.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=field.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_ADMIN_FIELDS_FIELD_TITLESELECT"
iconSelect="icon-lamp"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -712,13 +712,16 @@
label="COM_COMPONENTBUILDER_ADMIN_VIEW_ADMINVIEW_LABEL"
sql_title_table="#__componentbuilder_admin_view"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=admin_views&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=admin_view.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=admin_view.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_ADMIN_VIEW_ADMINVIEW_TITLESELECT"
iconSelect="icon-stack"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -142,13 +142,16 @@
label="COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_ADMINVIEW_LABEL"
sql_title_table="#__componentbuilder_admin_view"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=admin_views&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=admin_view.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=admin_view.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_ADMINVIEW_TITLESELECT"
iconSelect="icon-stack"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -141,13 +141,16 @@
label="COM_COMPONENTBUILDER_COMPONENT_CONFIG_FIELD_LABEL"
sql_title_table="#__componentbuilder_field"
sql_title_column="name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=fields&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=field.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=field.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_COMPONENT_CONFIG_FIELD_TITLESELECT"
iconSelect="icon-lamp"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -140,13 +140,16 @@
label="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_CUSTOMADMINVIEW_LABEL"
sql_title_table="#__componentbuilder_custom_admin_view"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=custom_admin_views&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=custom_admin_view.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=custom_admin_view.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_CUSTOMADMINVIEW_TITLESELECT"
iconSelect="icon-screen"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -141,13 +141,16 @@
label="COM_COMPONENTBUILDER_COMPONENT_SITE_VIEWS_SITEVIEW_LABEL"
sql_title_table="#__componentbuilder_site_view"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=site_views&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=site_view.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=site_view.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_COMPONENT_SITE_VIEWS_SITEVIEW_TITLESELECT"
iconSelect="icon-palette"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -742,13 +742,16 @@
label="COM_COMPONENTBUILDER_JOOMLA_MODULE_FIELD_LABEL"
sql_title_table="#__componentbuilder_field"
sql_title_column="name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=fields&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=field.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=field.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_JOOMLA_MODULE_FIELD_TITLESELECT"
iconSelect="icon-lamp"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -617,13 +617,16 @@
label="COM_COMPONENTBUILDER_JOOMLA_PLUGIN_FIELD_LABEL"
sql_title_table="#__componentbuilder_field"
sql_title_column="name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=fields&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=field.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=field.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_JOOMLA_PLUGIN_FIELD_TITLESELECT"
iconSelect="icon-lamp"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -128,13 +128,16 @@
label="COM_COMPONENTBUILDER_LIBRARY_CONFIG_FIELD_LABEL"
sql_title_table="#__componentbuilder_field"
sql_title_column="name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=fields&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=field.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=field.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_LIBRARY_CONFIG_FIELD_TITLESELECT"
iconSelect="icon-lamp"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"

View File

@ -184,13 +184,16 @@
label="COM_COMPONENTBUILDER_POWER_LOAD_LABEL"
sql_title_table="#__componentbuilder_power"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=powers&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=power.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=power.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_POWER_LOAD_TITLESELECT"
iconSelect="icon-flash"
select="true"
new="false"
edit="false"
new="true"
edit="true"
clear="true"
required="true"
class="input-large"
@ -508,13 +511,15 @@
label="COM_COMPONENTBUILDER_POWER_USE_LABEL"
sql_title_table="#__componentbuilder_power"
sql_title_column="system_name"
data-key-name="guid"
sql_title_key="guid"
urlSelect="index.php?option=com_componentbuilder&view=powers&layout=modal&tmpl=component&titleKey=guid"
urlNew="index.php?option=com_componentbuilder&task=power.add&layout=modal&tmpl=component"
urlEdit="index.php?option=com_componentbuilder&task=power.edit&guid={id}&layout=modal&tmpl=component&titleKey=guid"
titleSelect="COM_COMPONENTBUILDER_POWER_USE_TITLESELECT"
iconSelect="icon-flash"
select="true"
new="false"
new="true"
edit="true"
clear="true"
required="true"