Hi Isomorphic,
I have the following problem using 10.0p_2015-08-24/PowerEdition Deployment:
See attached testcase and add the following to your supplyItem.ds.xml's SKU-field:
Blama
I have the following problem using 10.0p_2015-08-24/PowerEdition Deployment:
See attached testcase and add the following to your supplyItem.ds.xml's SKU-field:
Code:
<validators><validator type="isUnique" errorMessage="SKU already in use!" /></validators>
- Set a breakpoint in Dev Mode on "Boolean doesNotTriggerRequest..." AND "if (doesNotTriggerRequest)".
- Open the sample, change the SKU and click save.
- First breakpoint is hit.
- Clear the server log.
- Hit F8
- See that there is nothing in the server log (validate() did not validate the change to SKU, this is the 1st bug)
- Hit F8 again
- See the Developer Console. Although the validation, which occurred now for the super.save(), had errors (missing required fields), the update was executed (this is the 2nd bug).
Blama
Comment