Ticket #13984 (new defect)
Opened 6 weeks ago
required="false" does not work for chrome
| Reported by: | beenishs@… | Owned by: | blueriver |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | v5 | Version: | 5.2 |
| Keywords: | Cc: | ||
| Time spent: | 1d | Time remaining: | 1d |
| Time planned: | 1d |
Description
When testing dsp_edit_profile.cfm form in chrome extended attributes that are not required include 'required="false"' but this does not work in chrome. It will still try to validate it.
In requirements/mura/extend/extendAttribute.cfc - line 444 needs to include <cfif getRequired() neq "false"> required="#getRequired()#"</cfif>
Note: See
TracTickets for help on using
tickets.
