Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/06/02 10:02
From version 736.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:05
on 2024/05/02 12:05
Change comment:
There is no comment for this version
To version 735.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:03
on 2024/05/02 12:03
Change comment:
Kanban content updated
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -26,12 +26,12 @@ 26 26 parentElement.style.backgroundColor = 'yellow'; 27 27 } 28 28 } 29 - if (titleElement.textContent.includes(' -S')) {29 + if (titleElement.textContent.includes('STRI')) { 30 30 titleElement.style.color = 'white'; 31 31 titleElement.style.backgroundColor = 'navy'; 32 32 const parentElement = titleElement.closest('.kanban-item'); 33 33 if (parentElement) { 34 - parentElement.style.backgroundColor = ' navy';34 + parentElement.style.backgroundColor = '#FFDB58'; 35 35 } 36 36 } 37 37 if (titleElement.textContent.includes('AUGE')) {