Tobi

Results 25 issues of Tobi

Unfortunately, 'database' entries will be deleted in case of optimization function - a possibility to avoid this due to exception of 'database' would be greate!

easier to find the specific group, alternative convert to select2 with searchfield

Hi, What a great extensions, thanks a lot! fyi this works: `\yii\helpers\ArrayHelper::map(\app\models\BasisAssetType::find()->orderBy('id')->all(), 'id', 'name')` this not: `\yii\helpers\ArrayHelper::map(\app\models\BasisAssetType::find()->orderBy('id')->asArray()->all(), 'id', 'name')` No translation happens - I use the behaviour... BR, Tobi

Hi, This extension is giant! I've tried to change the layout like this: `'translatemanager' => [ 'class' => 'lajax\translatemanager\Module', 'layout' => '@app/themes/adminlte3/layouts/main.php' ],` Unfortunately, the action column is missing -...

Hi, This extensions make yii great for me! Complement! I've got just one thing, which propaberly not working correctly: - I've generated CRUD with hasMany Forms as TabularForm - If...

Hi folks, I have the tables with has many relations: - company - company_has_role - company_role I've used gii enhanced to generate tables and gui with softdelete, time and userstamp....

I configure a table-prefix ('tbl_') - the I/O Generator (CRUD) doesn't consider the config an try to generation views like this ``` Generating code using template "/var/www/html/re-exchange/vendor/mootensai/yii2-enhanced-gii/crud/default"... skipped controllers/TblCompanyController.php skipped...

Hi, I've generated Models + CRUD Interface, if I try to insert a new record in n:m table I got the following error: PHP Notice – yii\base\ErrorException Undefined offset: 0...

Hi, If I select a country (e.g. Germany) and put in the number (e.g. 89 123456), just the following is sent in the request CompanyHasNumber[0][number]:| "89+123456" If I put in...

Hi guys, how can I integrate/use this plugin? I try `Chart.plugins.register(ChartDataLabels); ` at the end of the code (asset already registered). but I get `Uncaught ReferenceError: Chart is not defined`...