Closed (fixed)
Project:
Inline Form Errors
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 May 2012 at 08:52 UTC
Updated:
14 Nov 2012 at 23:40 UTC
It's not possible to remove form ids. I get this message:
Notice: Trying to get property of non-object in ife_form_id_delete_form()
It tries to get the value from $form_id->form_id, when $form_id is a string.
I'm not sure how it was supposed to pass the form id value to the delete form. I only see it on the path.
Here's a patch that use the path component which contains the form id.
| Comment | File | Size | Author |
|---|---|---|---|
| remove_form_id.patch | 768 bytes | roborn |
Comments
Comment #1
stijndm commentedThank, there was a wrong argument passed to the delete form in hook_menu