Undefined index: new_state in src/App/Tracker/Model/IssueModel.php on line 503
Undefined index: old_state in src/App/Tracker/Model/IssueModel.php on line 504
Well, those two are repeated a bunch of times, but that's really it relating to this. Also, the model isn't only used by that controller.
Do you have the PHP error log disabled currently? There is no log atm...
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-11 21:23:01 |
Closed_By | ⇒ | mbabker |
Seems fixed.
strange. They got defined here: https://github.com/joomla/jissues/blob/master/src/App/Tracker/Controller/Issue/Save.php#L111-112 and added to the src array here: https://github.com/joomla/jissues/blob/master/src/App/Tracker/Controller/Issue/Save.php#L210-L211
any more info about that or just this lines? Do we have more notices like that or just this one?