Bugs item #906160, was opened at 2004-02-27 21:02
Message generated for change (Comment added) made by danvu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=906160&group_id=22866

Category: Nukes
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Vu (danvu)
>Assigned to: Kevin Viet (vietk)
Summary: News module: cannot read news

Initial Comment:
Users other than admin cannot access to extended text 
of stories. Stories tiltes are not shown as links.

----------------------------------------------------------------------

>Comment By: Dan Vu (danvu)
Date: 2004-02-27 21:04

Message:
Logged In: YES 
user_id=986026

Suggestion:
In FormatedStory.FormatedStory(...), the line 
boolean canRead = level.greaterOrEquals
(Level.ACCESS_ADD); 
should be 
boolean canRead = level.greaterOrEquals
(Level.ACCESS_READ); 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=906160&group_id=22866


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to