Jorge Pinna Puissant
Jorge Pinna Puissant
Before this commit, when unfiltering a column in a kanban view, a flickering occurs and the show more button is visible for a moment.
POC
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines...
Since [1] a new prop (a function called updateResId) was give to the controllers components of the window actions to update the resId on the action state and url, when...
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines...
Since [1], the alignment of the quick create and config button in a kanban was not correct. It was aligned to the left. Now, the alignment is correctly to the...
This commit implements a caching system for the data used in List, Kanban and Form views, with the aim of increasing loading speed. It modifies the PersistentCache system, introduced in...