The system should display the alert box.
The system is not displaying the alert box.
PHP Built On Windows NT 6.2 build 9200
Database Version 5.6.12-log
Database Collation utf8_general_ci
PHP Version 5.4.12
Web Server Apache/2.4.4 (Win64) PHP/5.4.12
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.3.7-dev Development [ Ember ] 01-October-2014 02:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0
The alert box is displayed for the Trash button. Same way the system should also display alert box for Mark as read and Mark as unread button.
Status | New | ⇒ | Closed |
Rel_Number | ⇒ | 4811 | |
Relation Type | ⇒ | Related to |
Set to "closed" on behalf of @brianteeman by The JTracker Application at issues.joomla.org/joomla-cms/4767
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-17 21:09:30 |
Labels |
Added:
?
|
This can be fixed by applying the third parameter's value as 'true' in JToolbarHelper.
JToolbarHelper::publish('messages.publish', 'COM_MESSAGES_TOOLBAR_MARK_AS_READ',true);
JToolbarHelper::unpublish('messages.unpublish', 'COM_MESSAGES_TOOLBAR_MARK_AS_UNREAD',true);
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4767.