Closed (fixed)
Project:
Flag
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 22:59 UTC
Updated:
31 Mar 2009 at 02:10 UTC
I see that the "Flagging an item may trigger rules [...]" message has crept into the D5 version. But there's no Rules module for D5. So this message(s), in theme_flag_admin_page(), should go.
(D5 has "Workflow-NG" instead of Rules. But we decided not to support it.)
Comments
Comment #1
mooffie commentedAlso should go the extra lines in flag_flag(). (You can see them in the link above.)
Note that nothing there is harmful, so fixing this isn't critical.
Comment #2
mooffie commented(Or... perhaps all this was intentional? Did you simply want D5's 'flag.module' and D6's to be "the same"? It's certainly a possibility.)
Comment #3
quicksketchNo, it's totally an accident. :)
I removed the misleading line from #404038: Split out Admin Pages into flag.admin.inc, if that gets committed first.
Comment #4
quicksketchFixed in #404038: Split out Admin Pages into flag.admin.inc. Yes I know it wasn't polite to include changes in the middle of a file move. Modifications to the Actions text was the only thing I changed between versions. Trust me.