You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the console command resave/entries without any params, it doesn't find any elements. A bit of debugging showed that $this->id in ResaveController.php returns "resave" if no specific id is set. I think this is default Yii2 behaviour.
Steps to reproduce
Run ./craft resave/entries without any params, or at least without --id
Additional info
Craft version: 3.1.15
PHP version: 7.0
The text was updated successfully, but these errors were encountered:
nilsenpaul
changed the title
/craft resave/entries has resave as its default
resave/entries has "resave" as its default id
Mar 4, 2019
Description
If I use the console command
resave/entries
without any params, it doesn't find any elements. A bit of debugging showed that$this->id
inResaveController.php
returns"resave"
if no specific id is set. I think this is default Yii2 behaviour.Steps to reproduce
./craft resave/entries
without any params, or at least without --idAdditional info
The text was updated successfully, but these errors were encountered: