The symbol #globalMiddleware is used in various places where RPApplication>> settings>> globalMiddlewareKey should be used
Details
During development, we had different places where we had no easy way to access the user-configured globalMiddlewareKey, so we just hardcoded #globalMiddleware there. I think we wanted to remove the setting afterwards, but we didn't do so. Currently, everything will break if you change the globalMiddlewareKey in the settings.
Tasks / Acceptance Criteria
[ ] Either use #globalMiddleware everywhere in the project and remove the setting or use the setting in all places
Efford estimation
To just use #globalMiddleware everywhere: 3
To search a way to use globalmiddlewareKey, and then find out it's not really possible and use approach 1: 8.
Subject
The symbol #globalMiddleware is used in various places where
RPApplication>> settings>> globalMiddlewareKey
should be usedDetails
During development, we had different places where we had no easy way to access the user-configured
globalMiddlewareKey
, so we just hardcoded#globalMiddleware
there. I think we wanted to remove the setting afterwards, but we didn't do so. Currently, everything will break if you change theglobalMiddlewareKey
in the settings.Tasks / Acceptance Criteria
#globalMiddleware
everywhere in the project and remove the setting or use the setting in all placesEfford estimation
#globalMiddleware
everywhere: 3globalmiddlewareKey
, and then find out it's not really possible and use approach 1: 8.