Closed newerton closed 10 years ago
Abort the mission! There was an update on Yii2 that was not showing the csrf meta tags.
Added Layout:
<?= Html::csrfMetaTags(); ?>
Working!
@newerton cool!
I would like to re-open this issue. I am using latest yii2-advanced template with the <?= Html::csrfMetaTags(); ?> in the main layout. But I do not see the _crsf submitted on the editableColumn. Any Idea?
Was having problems updating some items in the GridView.
EditableColumn.php - line 143