File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ This document contains the evolutions planned in 2024 / 2025.
1111* [x] Measurement linked to multiple controls
1212* [x] Groups management
1313* [ ] Export set of controls for audit
14- * [ ] Docker
1514* [ ] Automatically remove measurements after a defined number of months
15+ * [ ] Docker
1616* [ ] Non-regression tests
1717
1818## Improvements
Original file line number Diff line number Diff line change 2323 border-color : # 023671 !important ;
2424}
2525
26- /* Temporary fix for file upload */
26+ /* Temporary fix for Metro file upload */
2727input [type = "file" ] {
2828 display : block;
2929 font-size : 16px ;
Original file line number Diff line number Diff line change 3939 <span class =" caption" >{{ trans (" menu.home" ) } } </span >
4040 </a >
4141 </li >
42- <li class =" {{ request ()-> is (' alice*' ) ? ' active' : ' ' } }" >
42+ <li class =" {{
43+ request ()-> is (' alice*' ) && ! request ()-> is (' alice/import' )
44+ ? ' active' : ' ' } }" >
4345 <a href =" /alice/index" >
4446 <span class =" icon mif-books" ></span >
4547 <span class =" caption" >{{ trans (" menu.measures" ) } } </span >
You can’t perform that action at this time.
0 commit comments