refactor: refs #8833 streamline state color handling in Claim components #1691

Merged
benjaminedc merged 6 commits from 8833-addColumnClassColor into dev 2025-04-11 10:19:04 +00:00
Member
No description provided.
benjaminedc added 1 commit 2025-04-09 08:37:52 +00:00
Author
Member
https://gitea.verdnatura.es/verdnatura/salix/pulls/3663
benjaminedc requested review from jgallego 2025-04-09 08:40:46 +00:00
jgallego requested changes 2025-04-09 10:35:13 +00:00
Dismissed
@ -37,2 +31,2 @@
function stateColor(code) {
return STATE_COLOR[code];
function stateColor(entity) {
return entity?.claimState?.classColor || 'grey';
Owner

quitar grey

quitar grey
benjaminedc marked this conversation as resolved
benjaminedc added 1 commit 2025-04-09 10:43:16 +00:00
benjaminedc added 1 commit 2025-04-10 07:57:16 +00:00
benjaminedc added 1 commit 2025-04-11 07:45:44 +00:00
benjaminedc added 1 commit 2025-04-11 08:45:16 +00:00
benjaminedc added 1 commit 2025-04-11 09:13:25 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
76a2c8200f
Merge branch 'dev' into 8833-addColumnClassColor
benjaminedc requested review from jgallego 2025-04-11 09:13:27 +00:00
jgallego approved these changes 2025-04-11 10:17:40 +00:00
benjaminedc merged commit 190310f285 into dev 2025-04-11 10:19:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1691
No description provided.