Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/06/02 10:02
From version 760.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:27
on 2024/05/02 12:27
Change comment:
Kanban content updated
To version 760.2
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:29
on 2024/05/02 12:29
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -34,12 +34,12 @@ 34 34 parentElement.style.backgroundColor = 'navy'; 35 35 } 36 36 } 37 - if (titleElement.textContent.includes(' AUGE')) {37 + if (titleElement.textContent.includes('- P')) { 38 38 titleElement.style.color = 'white'; 39 - titleElement.style.backgroundColor = '# FF7F50';39 + titleElement.style.backgroundColor = '#E96744'; 40 40 const parentElement = titleElement.closest('.kanban-item'); 41 41 if (parentElement) { 42 - parentElement.style.backgroundColor = '# 008080';42 + parentElement.style.backgroundColor = '#E96744'; 43 43 } 44 44 } 45 45 if (titleElement.textContent.includes('HQCD')) {