Active
Project:
Journal
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 17:50 UTC
Updated:
6 Mar 2012 at 22:57 UTC
This issue is related with this one, it is posible to create support for wildcards in the array of journal_form_ids_default()?
Using a wildcard will be posible to remove journal textarea from forms with an id wich is not unique, like the one that the fivestar module creates.
Comments
Comment #1
mauro72 commentedI found a workaround to this issue until a better solution come out. From a custom module using a hook form alter is possible to remove the journal textarea. The code is this:
In this example the journal is removed from the fivestars forms.
Comment #2
shaneonabike commentedWe also needed this for a project and it would be awesome if a wildcard could be supported.
Comment #3
bwinett commentedI submitted a patch to make this a configuration option.