Community
Participate
Working Groups
Build Identifier: I20110613-1736 When creating the Sapphire Dialog, the dialog "Label" field is not marked required and when left blank the editor accepts it but when the dialog is invoked an assertion error is thrown for title being null Reproducible: Always Steps to Reproduce: 1.Create a new Sapphire Dialog 2.Leave the Label field Blank 3.Invoke the dialog 4.The dialog is not invoked but in the Eclipse console an Assertion error is thrown Dialog title ==null which is nothing but the "Label" property of the dialog creation
Fixed in 0.3.1 and 0.4 code streams. Please verify.
Sapphire dialog "label" is a required field.