Tuesday, September 24, 2024
1 change · master
Code cleanup and technical improvements
This update removes redundant internal data access from Sign kanban views because the same information is already available through the standard context. It helps simplify the way Sign cards are rendered without changing the user experience.
Original PR description
Keys of the user_context are available in the context, so having the user_context available in kanban archs is redundant. There was only 2 usecases, both in sign. This commit removes them such that we can simplify the rendering context of kanban cards by removing the user_context from it. Part of task~3992107