JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 6 forks source link

Frontend edit of categories #210

Open MrMusic opened 3 months ago

MrMusic commented 3 months ago
  1. When saving an existing category in the FE, the following error appears: Save failed with the following error: Please provide a valid record ID, alias or filename.

  2. The following error appears when saving a new category in the FE:

    danger
    COM_JOOMGALLERY_SERVICE_ERROR_GETPATH_NOQUERY
    Warning
    Save failed with the following error: Invalid `parent_id` [0] in Joomgallery\Component\Joomgallery\Administrator\Table\CategoryTable::check()
  3. General: The form field for selecting the 'Parent Category' does not work.

DE:

  1. Beim speichern einer bestehenden Kategorie im FE erscheint folgender Fehler: Save failed with the following error: Please provide a valid record ID, alias or filename.

  2. Beim speichern einer neuen Kategorie im FE erscheint folgender Fehler:

    danger
    COM_JOOMGALLERY_SERVICE_ERROR_GETPATH_NOQUERY
    Warning
    Save failed with the following error: Invalid `parent_id` [0] in Joomgallery\Component\Joomgallery\Administrator\Table\CategoryTable::check()
  3. Allgemein: Das Formfield zur Auswahl der übergeordneten Kategorie funktioniert nicht.

MrMusic commented 3 weeks ago

Update: With Alpha3 first and third error is gone. Mit der Alpha3 sind der erste und der dritte Fehler behoben.