?
Related to # 4811
avatar apurvaduduskar
apurvaduduskar
17 Oct 2014

Steps to reproduce the issue

  1. Go to Component -> Messaging
  2. Click on Mark as Read or Mark as Unread button.
  3. Verify the result.

Expected result

The system should display the alert box.

Actual result

The system is not displaying the alert box.

System information (as much as possible)

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

Additional comments

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.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar apurvaduduskar apurvaduduskar - open - 17 Oct 2014
avatar deepanshu-jha
deepanshu-jha - comment - 17 Oct 2014

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.

avatar zero-24 zero-24 - close - 17 Oct 2014
avatar jissues-bot jissues-bot - close - 17 Oct 2014
avatar brianteeman brianteeman - change - 17 Oct 2014
Status New Closed
Rel_Number 4811
Relation Type Related to
avatar jissues-bot
jissues-bot - comment - 17 Oct 2014
avatar brianteeman
brianteeman - comment - 17 Oct 2014

Please see #4811 for a proposed solution

avatar brianteeman
brianteeman - comment - 17 Oct 2014

Please see #4811 for a proposed solution

avatar jissues-bot jissues-bot - change - 17 Oct 2014
Closed_Date 0000-00-00 00:00:00 2014-10-17 21:09:30
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment