Alexey Rogachev
Alexey Rogachev
Could you provide an example of data which leads to this error?
OK, I'll try to test it and investigate deeper. But what's the purpose of having two rows with the same ids?
Could you add related code?
Leaving comments in spanish is also not good. Use english since it's international language. Todo is redundant, you can just create issue for this.
:+1: Надо добавить.
Example for single standard model: ``` php [ 'className' => Question::className(), 'labels' => ['Question', 'Questions'], 'setScenario' => true, ], ``` Scenario that will be set is `arogachev\excel\import\basic\StandardModel::SCENARIO_IMPORT`. Alternatively you can...
Sorry, the docs are not very clear. Need to update it with such details.
And what's wrong with it? It's only needed when model is created or found.
In provided code I don't see the usage of importer at all.
Where the code with `behaviors` is placed? This scenario is needed for setting scenario of imported models.