User tests: Successful: Unsuccessful:
Category metadesc, metakey and robots are stored in separate db fields and are not checked as part of $this->params in the prepareDocument() method.
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33147
Thanks Roberto! Updated.
We so similar things with articles, if we follow that it would be:
It makes the code more complex however since you need to do checks for the view and id and probably even the component of the active menuitem.
I've updated the PR to check for the active menu item.
Closed as per the comment on the tracker
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-08 14:26:23 |
I think menu metadata has higher priority over the category metadata. So the checks should be done in reverse mode. If the menu has metadata use them and if not use the category.
That way we also ensure we don't break backward compatibility.
Thanks!