Closed (duplicate)
Project:
Journal
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 05:42 UTC
Updated:
12 Jun 2009 at 02:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunAll of those bugs are caused by additional form #submit handlers of other modules that intercept the form submission and/or remove any other form submit handlers from the queue.
Comment #2
marcp commentedSo if Journal's weight was higher than other contrib modules, then this would be a non-issue?
Comment #3
sunMost often, unfortunately not. Without looking at the issue at hand, the usual case is that another module replaces all form validate and/or submit handlers.
Comment #4
marcp commentedI haven't tried to reproduce with CCK installed yet, but saving a journal entry at admin/content/node-type/page works just fine, so CCK must be interfering.
Comment #5
evoltech commentedI am going to be submitting a patch to fix this tomorrow. In the meantime I have started to integrate in simpletest into the module. Included below is the journal.test file for this with a functionality test that triggers this bug. I am assuming you want patches submitted as unified diffs?
Comment #6
evoltech commentedI confirmed that this is the same issue as 474422. I have submitted a patch, with updated journal.test to test this specific issue as well as 474422 (http://drupal.org/node/474422)
Comment #7
sunMarking as duplicate of #474422: Journal entry does not save at admin/build/block. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.
However, thanks for taking the time to report this issue.