You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
I was trying to install several PrivateModules inside an instance of Midas 3.4.2.
After adding them correctly to Midas through the Admin section, I tried to upgrade them to latest version. The admin section was telling me they were already updated which was false.
That is correct. behavior. We removed the privateModules code paths as they added to request latency and (more importantly) code complexity. The modules should function correctly from the modules directory.
Hello,
I was trying to install several PrivateModules inside an instance of Midas 3.4.2.
After adding them correctly to Midas through the Admin section, I tried to upgrade them to latest version. The admin section was telling me they were already updated which was false.
Looking at https://github.com/midasplatform/Midas/blob/3.4.2/core/controllers/components/UtilityComponent.php#L450, it seems that ini files are searched only in modules directory and not privateModules directory.
Hope it will help.
The text was updated successfully, but these errors were encountered: