Ticket #563 (closed defect: fixed)
eduCommons Course Builder Portlet Dept Field
| Reported by: | dray | Owned by: | brent |
|---|---|---|---|
| Priority: | major | Milestone: | 3.2.0-eng |
| Component: | General | Version: | eduCommons-3.2.1-alpha |
| Keywords: | Cc: |
Description
Field is dynamically validating before pressing Save, and giving 'Invalid Value'.
Brent noted this happens with no divisions. I have tested and it happens regardless of the amount of existent divisions.
Change History
comment:2 Changed 4 years ago by dray
This is a known Plone bug:
http://dev.plone.org/plone/ticket/7589
We have 2 options:
1) Attempt to track down and implement the monkeypatch in the comments
2) Disable inline KSS form field validation for the time being. The entire form, of course, will still validate upon submission.
We have disabled all other KSS functionality. In my opinion, if we want a quick fix inline w/ prior changes, we disable this kss_sheet as well.
In the kssregistry.xml for enpraxis.educommons, add:
<kineticstylesheet cacheable="True" compression="safe" cookable="True"
enabled="0" expression="" id="++resource++plone.app.form.kss"/>
