Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31

From version 318.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 17:34
Change comment: There is no comment for this version
To version 317.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 17:32
Change comment: Kanban content updated

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -148,16 +148,4 @@
148 148   }
149 149   }
150 150   }
151 - for (let i = 0; i < headerElements.length; i++) {
152 - const element = headerElements[i];
153 - if (element.innerHTML.includes('SR07')) {
154 - for (let j = 0; j < element.classList.length; j++) {
155 - if (/kanban-header-\w+/.test(element.classList[j])) {
156 - element.classList.remove(element.classList[j]);
157 - element.style.backgroundColor = '#ff0000';
158 - break;
159 - }
160 - }
161 - }
162 - }
163 163  };