I am under the impression that a module that is marked Unistallable should be uninstallable through the module loader. Can anyone set me on the right track?
Thanks!
Jackie
I am under the impression that a module that is marked Unistallable should be uninstallable through the module loader. Can anyone set me on the right track?
Thanks!
Jackie
You need to set a flag ('is_uninstallable' => true) in the module's manifest file.
Hope this work for you!Code:$manifest = array( 'acceptable_sugar_versions' => array( 'regex_matches' => array ( 0 => "4\.5\.*.*", 1 => "5\.0\.*.*", ), ), 'acceptable_sugar_flavors' => array ( 0 => 'PRO', 1 => 'OS', ), ... 'is_uninstallable' => true );
But how do you uninstall it?
In
Admin/Module Loader
there are 2 text/list boxes.
The bottom one indicates installed modules
If you are not running at a high screen resolution most likely you will have to scroll to the right to be able to see the uninstall button on each of the installed modules.
Ken
Nope, don't see it. At least I know I'm not loosing it!
I'm ruinning v4.5.1e.
Thank you for your guidance.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks