From: Alexander Smirnov Date: Tue, 23 Jul 2024 09:34:41 +0000 (+0300) Subject: Merge branch 'develop' into feature_smirnov_erp-88_upload_xlsx X-Git-Tag: 1.4~45^2~28 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=f827d956f3f42a9fd4a6fc952cc93c16bc96f52c;p=erp24_rep%2Fyii-erp24%2F.git Merge branch 'develop' into feature_smirnov_erp-88_upload_xlsx --- f827d956f3f42a9fd4a6fc952cc93c16bc96f52c diff --cc erp24/controllers/MotivationController.php index ec0813a6,f81c287b..e21ab556 --- a/erp24/controllers/MotivationController.php +++ b/erp24/controllers/MotivationController.php @@@ -10,7 -12,10 +12,11 @@@ class MotivationController extends Cont public function actions() { return [ 'index' => \yii_app\actions\motivation\IndexAction::class, + 'upload-xlsx' => \yii_app\actions\motivation\UploadXlsxAction::class, + 'values' => \yii_app\actions\motivation\ValuesAction::class, + 'create-value' => \yii_app\actions\motivation\CreateValueAction::class, + 'update-value' => \yii_app\actions\motivation\UpdateValueAction::class, + 'delete-value' => \yii_app\actions\motivation\DeleteValueAction::class, ]; }