Closed (fixed)
Project:
Flag
Version:
6.x-1.1
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 13:10 UTC
Updated:
14 Jun 2009 at 21:00 UTC
When you add a flag relationship to a view, if there is no existing appropriate flag, the error message is given:
No user flags exist. You must first create a user flag before being able to use one. (flag_handler_relationships.inc, like 46).
The URL for "create a xxx flag" is not properly enclosed in url() so it creates a url like admin/build/flags/admin/build/flags.
The attached patch just adds url() around 'admin/build/flags' so that it outputs the correct link.
| Comment | File | Size | Author |
|---|---|---|---|
| flag_handler_relationships_error_message.patch | 872 bytes | rfay |
Comments
Comment #1
quicksketchThanks, this bug has already been fixed in CVS and included in both 5.x and 6.x versions.