-
Incident report
-
Resolution: Duplicate
-
Trivial
-
None
-
2.3.0
In applications configuration (applications.php: 264) we first filter only application IDs in variable $data['applications'] and before we do anything else, we overwrite them by selecting data (applications.php: 274). We have two requests one after another and second overwriting the first. I think it's no need for double request there and it can be simplified ny making only one.