Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/06/02 10:02

From version 761.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:29
Change comment: Kanban content updated
To version 761.2
edited by Ricardo Julio Rodríguez Fernández
on 2024/05/02 12:46
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -42,12 +42,12 @@
42 42   parentElement.style.backgroundColor = '#E96744';
43 43   }
44 44   }
45 - if (titleElement.textContent.includes('HQCD')) {
45 + if (titleElement.textContent.includes('- E')) {
46 46   titleElement.style.color = 'white';
47 - titleElement.style.backgroundColor = 'crimson';
47 + titleElement.style.backgroundColor = '#D8C63E';
48 48   const parentElement = titleElement.closest('.kanban-item');
49 49   if (parentElement) {
50 - parentElement.style.backgroundColor = '#808000';
50 + parentElement.style.backgroundColor = '#D8C63E';
51 51   }
52 52   }
53 53   if (titleElement.textContent.includes('NUCL')) {