-
Display Name
-
Member SinceFebruary 20th, 2024
-
Last SeenMay 7th, 2024
does not have any add-ons for sale.
-
Support March 19th, 2024 @ 12:40 pm
Hi,
I'm using a custom module that was built through the Module Builder. So both my custom Module as well as Imagegallery is located in /public/legacy/modules/.
I looked within /config/services/module/module_routing.yaml, but neither my custom module, nor Imagegallery is located in the legacy.module_routing list.
Regardless... I created the following file extensions/defaultExt/config/services/module/module_routing.php:
<?php namespace Symfony\Component\DependencyInjection\Loader\Configurator; use Symfony\Component\DependencyInjection\ContainerBuilder; return static function (ContainerBuilder $container): void { $moduleRouting = $container->getParameter('legacy.module_routing') ?? []; $moduleRouting['Prop_Properties'] = [ 'index' => false, // true = suite 8 view 'list' => false, 'record' => false // false = classic view ]; $moduleRouting['Imagegallery'] = [ 'index' => false, // true = suite 8 view 'list' => false, 'record' => false // false = classic view ]; $container->setParameter('legacy.module_routing', $moduleRouting); };
I first tried just my custom module, then only your Imagegallery module, then both. After each try, I did a quick repair and rebuild.
I still couldn't access your license configuration page, nor could I use the Imagegallery field I created within my custom module. It just shows as an empty text field when I go into edit view.
So not sure if there is another method I'm unfamiliar with to do legacy routing?
Please help!!
View Comment
-
Support March 8th, 2024 @ 11:43 am
Hi there,
I downloaded the add-on to test, but the moment I go to Licence configuration, it redirects me to my home page and a message pops up saying: "You are not authorized to view this page. Please contact your system administrator."
I have done a quick repair and rebuild with no effect.
I have also just tried to add an ImageGallery field. But when I go to the edit page to add photos it does not work, just gives an empty text field.
I am using SuiteCRM 8.5.1.
View Comment
-
Support February 22nd, 2024 @ 12:08 pm
Also, could you please clarify if you know...
Do you know if the Multiple Fields is similar to ACF or Crocoblock's repeater fields used in Wordpress? And will I be able to post the data from a collection type in SuiteCRM to a repeater field in wordpress?
Thanks for any support and advice you might have...
View Comment
-
has not rated any add-ons.
has not verified any add-ons.
has not created any Wanted Add-ons.