This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 88 * @copyright YetiForce S.A.
99 * @license YetiForce Public License 5.0 (licenses/LicenseEN.txt or yetiforce.com)
1010 * @author Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
11+ * @author Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
1112 */
1213
1314namespace App \Controller ;
@@ -23,9 +24,6 @@ trait EditViewTrait
2324 /** @var array Hidden fields */
2425 protected $ hiddenFields = [];
2526
26- /** @var string Action name */
27- protected $ actionName ;
28-
2927 /**
3028 * Check permission.
3129 *
Original file line number Diff line number Diff line change 55 * @copyright YetiForce S.A.
66 * @license YetiForce Public License 5.0 (licenses/LicenseEN.txt or yetiforce.com)
77 * @author Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
8+ * @author Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
89 */
910
1011namespace App ;
@@ -103,7 +104,7 @@ public function getModulesList(): array
103104 */
104105 public function getCompanies ()
105106 {
106- if ($ this ->isEmpty ('type ' ) || $ this ->get ('type ' ) < 3 ) {
107+ if ($ this ->isEmpty ('type ' ) || ! \in_array ( $ this ->get ('type ' ), [ 3 , 4 ]) ) {
107108 return false ;
108109 }
109110 $ companies = Session::get ('Companies ' );
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ class Version
1919 /**
2020 * @var string Application version.
2121 */
22- const APP = '6.4.5 ' ;
22+ const APP = '6.4.6 ' ;
2323 /**
2424 * @var string Date of publication of the application.
2525 */
26- const DATE = '2022.10.12 ' ;
26+ const DATE = '2023.02.22 ' ;
2727}
You can’t perform that action at this time.
0 commit comments