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 was archived by the owner on Dec 3, 2018. It is now read-only.
possible undesired order of url rules (application-wide - consider that there are other modules and their corresponding rules)
not a trivial task of customizing Podium rules
IMO there could be a config option to load default rules as it is done now or switch off this bootstrap task and define Podium url rules in application config.
The text was updated successfully, but these errors were encountered:
It's true especially for 2. The first one should be collision free because of the custom name you can set for the module. Still, option to shut it off sounds good.
I talk not about name collisions, but cases when you desire to set rules order explicitly - what should be checked first and what last. Maybe you have some "fallback" rules in the end to catch other requests.
Cuurently Podium appends its url rules on bootstrap
https://github.com/bizley/yii2-podium/blob/master/src/Podium.php#L214
This has 2 drawbacks:
IMO there could be a config option to load default rules as it is done now or switch off this bootstrap task and define Podium url rules in application config.
The text was updated successfully, but these errors were encountered: