FLUID-1698: OSDPL Functionality: custom error checking malfunctions when editing design pattern

Metadata

Source
FLUID-1698
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2008-10-21T15:16:02.000-0400
Updated
2008-10-29T10:45:04.000-0400
Versions
  1. 0.5
Fixed Versions
  1. 0.6beta1
Component
  1. OSDPL

Description

If editing an existing design pattern, submitting a valid pattern can give error messages for required fields even though the required field already has valid information previously entered.

To duplicate:

  • edit a valid design pattern.
  • don't modify anything and Submit.
  • error messages will appear at top.

To fix, look at the error handling code for the Design Pattern content type and add a check for existing values as part of the validation.

Comments

  • Jonathan Hung commented 2008-10-21T15:16:10.000-0400

    Iteration20