Hi,
playing around with this great module I found three more Notices.
When I save a new Form, I get the following notices:
Notice: Trying to get property of non-object in flexiform_form_submit() (line 702 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).
Notice: Undefined index: logic in flexiform_form_submit() (line 705 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).
When editing an existing form I get another notices:
Notice: Undefined property: Flexiform::$is_new in flexiform_form() (line 612 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).
Best regards,
Tobi
Comments
Comment #2
DerTobi75 commentedWhen adding a field to a form there is another Notice:
Notice: Undefined index: options in FlexiformElementEntityProperty->configureFormSubmit() (line 215 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/includes/element/property.element.inc).Tobi
Comment #5
rlmumfordComment #7
tonka67 commentedThis does not appear to have been fixed. I'm still getting the same error messages. Also appears when I save new form:
Notice: Trying to get property of non-object in flexiform_form_submit() (line 702 of [path]/modules/flexiform/flexiform.admin.inc).
Notice: Undefined index: logic in flexiform_form_submit() (line 705 of [path]/modules/flexiform/flexiform.admin.inc).
Comment #8
tonka67 commentedI'm also getting the line 612 message on the edit page:
Notice: Undefined property: Flexiform::$is_new in flexiform_form() (line 612 of [path]/modules/flexiform/flexiform.admin.inc).