Metadata
- Source
- FLUID-506
- Type
- Sub-task
- Priority
- Trivial
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Jonathan Hung
- Reporter
- Jonathan Hung
- Created
2008-04-15T14:13:27.000-0400 - Updated
2014-03-04T09:07:26.135-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- OSDPL
Description
iteration07
Currently the design pattern input form does not have an asterisk * for the required ImageField. The asterisk should be visible.
Comments
-
Daphne Ogle commented
2008-04-29T16:50:36.000-0400 iteration08
-
Jonathan Hung commented
2008-04-30T13:18:09.000-0400 Tried various quick fixes that didn't work. A solution that will work will require a custom template for the design pattern. However, this will introduce a maintainability issue with the design pattern input form.
Before we go that route, I have filled a bug against the ImageField module and maybe one of the developers will create a fix?
http://drupal.org/node/253175 -
Jonathan Hung commented
2008-05-08T13:18:10.000-0400 Such an simple problem but with no obvious solution.
I experimented with some modifications to the ImageField module and it appears that it could be the Fieldset attribute for the module that is affecting the output of that asterisk.
With that, we probably don't want to be editing the module anyway.
So now at this point what do we want to do?
1. Create a custom template for the DP input form. (may be work that needs to be done anyway).
2. Live with the missing asterisk.
3. Other? -
Jonathan Hung commented
2008-05-09T10:37:24.000-0400 A potential solution by using the Help text and some styling?
-
Allison Bloodworth commented
2008-05-13T12:41:53.000-0400 We used a temporary solution of adding the red asterix to the field label. (Added: <font class="DPImageFieldRequiredToken form-required">*</font>) Hopefully the bug will eventually be fixed by the module authors.