Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:entwickler:make_your_plugin_compatible_to_admidio_5 [2024/04/14 11:46] fasseen:entwickler:make_your_plugin_compatible_to_admidio_5 [2024/04/14 11:46] (current) – [Changes to HtmlForm] fasse
Line 1: Line 1:
 ====== Make your plugin compatible to Admidio 5 ====== ====== Make your plugin compatible to Admidio 5 ======
 ===== Changes to HtmlForm ===== ===== Changes to HtmlForm =====
-The entry list of the parameter ''$options'' has changed. The entry ''helpTextIdInline'' is replaced by ''helpTextId''.+The entry list of the parameter ''$options'' has changed. The entry ''helpTextIdInline'' is replaced by the existing entry ''helpTextId''.
 ===== Script parameters changed ===== ===== Script parameters changed =====
 Within the scripts ''groups-roles/lists_show.php'' and ''groups-roles/mylist.php'' the parameter''rol_ids'' was replaced by ''role_list''. With the name changed also the content of the parameter has changed. The old parameter expects a comma separated list of role IDs e.g. ''3,5,7'', the new parameter expects a comma separated list of role UUIDs e.g. ''006bd130-34d4-4b86-9e82-b1464ad60a0b,1525af50-1b2b-45ce-8a07-35b0b1eb5a5e,56920e00-761c-495a-b43d-082eda94a145'' Within the scripts ''groups-roles/lists_show.php'' and ''groups-roles/mylist.php'' the parameter''rol_ids'' was replaced by ''role_list''. With the name changed also the content of the parameter has changed. The old parameter expects a comma separated list of role IDs e.g. ''3,5,7'', the new parameter expects a comma separated list of role UUIDs e.g. ''006bd130-34d4-4b86-9e82-b1464ad60a0b,1525af50-1b2b-45ce-8a07-35b0b1eb5a5e,56920e00-761c-495a-b43d-082eda94a145''
  
  
  • en/entwickler/make_your_plugin_compatible_to_admidio_5.txt
  • Last modified: 2024/04/14 11:46
  • by fasse