A couple of suggestions and a work-around

10 maanden 2 weken geleden - 10 maanden 2 weken geleden #10150 door Gordon
I have just completed the Joomla 4 migration of my component com_legislation and I would like to share some issues and suggestions.

1. I experienced a lot of “failed to move the file:” warnings during the save and upload process, which interrupted the save process and caused the upload to fail. Moving the save to before the custom upload, saved the file but the upload failed. The issue appeared to be intermittent based upon the configuration of a MAMP server (localhost).

I eventually traced the issue to the code in the CHECK process (Admin>Table) as below…
if (!File::exists($uploadPath))
{
   if (!File::upload($fileTemp, $uploadPath))
   {
      $app->enqueueMessage('Error moving file', 'warning');

      return false;
   }
}

Commenting out that part of the script and everything work flawlessly. I don’t understand, but I suspect there may be some kind of timing issue.

2. The component creator (CC) needs to add the toggle in form button as an option. It only requires one line in the bottom of the form’s view (after OPTIONS to keep it to the right) namely…
ToolbarHelper::divider();
ToolbarHelper::inlinehelp();
ToolbarHelper::Modal('myAdminActVideoModal', 'fas fa-video', 'Video');
ToolbarHelper::Modal('myAdminActHelpModal', 'fas fa-question-circle', 'Help');

3. The other 3 lines allowed me to add HELP and VIDEO buttons to the List and Form menus, to allow a bootstrap modal to be loaded in the form and list template files. That would make a very nice optional addition to the CC tool.

4. Finally I added some regex validation to the form by adding the JS files in the Media folder under the component plus the other areas that required the configuration. It would be nice to have an option to have a field in the CC form to allow each field’s regex check to be pasted in. The validation is activated by making 4 changes to the files, so this would save a lot of time. See blog.astrid-guenther.de/en/joomla-clientseiteige-validierung/ for a tutorial on how to do this.

Thanks for your help and support with my project. I only hope the Joomla developers do not make migrating as difficult next time.

Gordon

Never doubt that a small group of committed people can change the world. Indeed, it is the only thing that ever has... Margaret Mead
Gordon Wright
Old fart developer
Laatst bewerkt 10 maanden 2 weken geleden door Gordon.

Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.

10 maanden 2 weken geleden #10151 door Super User
Beantwoord door Super User in topic A couple of suggestions and a work-around
Thank you for your valuable suggestions!
Can you add above your suggestions as a separate feature request to JCC so that if more people wanted it we can prioritize and implement it? Here is our GitHub repo link where you can add your request github.com/aDaneInSpain/component-creator-issues/issues

Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.

7 maanden 2 weken geleden #10227 door Patrick Brooks
Beantwoord door Patrick Brooks in topic A couple of suggestions and a work-around
This would require a small modification in the form's view. Additionally, you mention adding HELP and VIDEO buttons to the List and Form menus, allowing a bootstrap modal to be loaded. This would be a valuable addition to the CC tool.

Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.

Tijd voor maken pagina: 0.208 seconden
Gemaakt door Kunena

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.