Closed (fixed)
Project:
Node Limit Number
Version:
6.x-2.0-beta2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 09:13 UTC
Updated:
20 Aug 2015 at 05:52 UTC
Jump to comment: Most recent
Comments
Comment #1
jdwfly commentedworking on...
Comment #2
jdwfly commentedBringing back up to critical since I just was able to replicate this bug. Will be working on a fix soon.
Comment #3
jdwfly commentedAfter making some other changes I think this got fixed. I can't replicate this error with the latest from cvs.
Comment #4
vertazzar commentedthanks!
Comment #6
zdean commentedI'm reopening because I think what I'm experiencing is the same issue.
On my site I have a content type "File".
I've embedded the node create form in a block and placed it in the right column of a page. I did this so that when a person is on that particular page, they can create a "File" without having to go to a different page to do so.
I've created a rule with a limit on the number of nodes that can be created. The rule has 2 actions on execution:
1. redirect to the page that contains the block with the embedded node create form
2. display a message that the limit has been reached.
It does everything that it's supposed to. However, when the redirect happens, you are still able to fill out the create node form in the block...when you click "save", the rule brings you back to the page and displays the message and the content type "File" gets saved.
So, I'm wondering if this is an issue with the module or if the special circumstance of the content creation form being embedded in the block makes it impossible to use the module.
Thanks for your help!
Comment #7
jdwfly commentedYour issue is different than the one in this issue. Create a new issue.
Comment #8
ermannob commentedI can still create nodes with the back button trick.
I'm using the example rule, modified for my content type. I get the error message and the redirection, but a new node is created and saved.
Can you confirm this bug is fixed? Am I doing something wrong with rules?
Thank you.
Comment #9
ermannob commentedYeah, I'm doing something wrong with the rule! :(
The action "Redirect to a page" needs the flag "Immediately issue the page redirect".
Sorry for reopening and reclosing.
Comment #10
biswajeetparida commentedSorry to ask but could you tell me how you fix this. I am facing the exact problem.