Needs work
Project:
Renderable elements
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2011 at 13:42 UTC
Updated:
1 Feb 2012 at 18:20 UTC
Adding support for exclusion some forms by their form IDs.
Use case - Panels in-place editor bottom form. Currently it also gets the "Register form" link, which is not desirable.
In the patch:
- New variable for storing excludes `rel_build_registration_ignore_forms`
- New textarea field on the Rel settings form (admin/structure/rel/config) for entering forms IDs (saved in the var)
- Initialization of the var in the in rel.install with defaults to 'panels-ipe-edit-control-form'.
- Deletion of the var in uninstall
- Initialization of the var in rel_test.module
| Comment | File | Size | Author |
|---|---|---|---|
| rel_exclude_forms_support-7.x-1.x.patch | 3.11 KB | OnkelTem |
Comments
Comment #1
OnkelTem commentedComment #3
OnkelTem commentedIs it my fault the test is failed? :)
Comment #4
swentel commentedNo, the testbot simply can't handle all these dependencies. However, with one ID in the ignore form, all forms seem to be disabled somehow.