Modifications pour le document Desk allocation

Modifié par Ricardo Julio Rodríguez Fernández le 2025/06/02 10:02

Depuis la version 761.2
modifié par Ricardo Julio Rodríguez Fernández
sur 2024/05/02 12:46
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 761.1
modifié par Ricardo Julio Rodríguez Fernández
sur 2024/05/02 12:29
Commentaire de modification : Kanban content updated

Résumé

Détails

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