History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1537
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Ken Smith
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

/tags/navajo/objectStatus.cfm errors on approval

Created: 04/Oct/08 01:02 AM   Updated: 16/Dec/08 12:30 PM
Component/s: i18n (Translations), Workflow
Affects Version/s: 5.0.2
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified


 Description  « Hide
In /tags/navajo/objectStatus.cfm

Line 265 needs to change from

alert("#application.rb.getResource('security.messages.notLoggedIn@text','You aren't logged in')#");

to

alert("#application.rb.getResource('security.messages.notLoggedIn@text','You are not logged in')#");

The single quote in "aren't" causes an error.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Bryant - 16/Dec/08 12:30 PM
fixed