Active
Project:
Inline Form Errors
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2014 at 11:42 UTC
Updated:
22 Mar 2015 at 04:52 UTC
Jump to comment: Most recent


Comments
Comment #1
a.milkovskyI think this is major feature
Comment #2
a.milkovskyI debugged a little. Validation is not triggered when there is element with '#reqiured' => TRUE attribute on the form.
Comment #3
stijndm commentedThis should work without any issues.
Can you try the dev version?
Comment #4
stijndm commentedCould you try setting the display option to default and setting the general settings to show an alternate message. The bug might be related to the individual display override.
Comment #5
stijndm commentedComment #6
a.milkovskyI tried on clean installation with Drupal 7.26 and 7.28 everything works. I will try to make more tests. Maybe there is some module that causes conflicts.
Comment #7
a.milkovskyThe module conflicts with the More buttons mb_content submodule module
Because of the line 274 in mb_content.module:
$form['actions']['submit']['#validate'][] = 'mb_content_changed_validate';When I comment it everything works fine.
Do you think it's a problem of the mb module?
Comment #8
martichka5 commentedI face the same problem.
Enable the module for my content type node form and it does not work. All error messages appear on the top as usual without the General error message. But the most strange is that is working for the multiple field collection fields i have on the same form.
This is with the latest dev version of the module.
I do not use mb module.
Any ideas?
Thanks in advance!
Comment #9
martichka5 commentedHi, again.
The problem was with the Workflow module.
Workflow buttons that are clicked to submit the node form have only its validation function and do not execute the Ife validator.
So, i alter all Workflow buttons to have the ife validation function.
It works now.
May be it will be helpful for someone with the same case.
Comment #10
vj commented@martichka5
Can you please share the code ??
I am also facing the issue for file upload max size. If i upload image with greater size it shows error at the top instead of after form element.
Comment #11
alansaviolobo commentedthis should help in resolving the conflict with workflow.module