Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Dec 2012 at 17:34 UTC
Updated:
26 Jun 2013 at 17:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
jpontani commentedThe message is from the Registration module, and is from the Demo Content creating an Event node with a registration field and default settings.
Attached is a patch that will remove this specific message but keep all other 'status' type messages.
Comment #2
jpontani commentedComment #3
ezra-g commentedWouldn't we want this check to be == rather than !=? Or, we could call commons_clear_messages().
Comment #4
jpontani commentedIn this instance we want not equals, as in, if the message is not "registration settings have been saved." we want to re-display the status message. However, I think #1857458: During installation "configuration options have been saved" dsm() causes some confusion should have provided a solution, and yes we should just call commons_clear_messages() instead.
Comment #5
jpontani commentedAttached a patch that simply calls commons_clear_messages() after creating the event node in commons_demo_content().
Comment #6
ezra-g commentedExcellent - Thanks!
http://drupalcode.org/project/commons.git/commit/0aff4ab
Comment #8
lisarex commentedTagging with 'user experience' to track what was uncovered in a usability study
Comment #9
ezra-g commentedRestoring 7.x-3.x version property.