In save_tModel, if k.getId() == null, no tModelKey is set
---------------------------------------------------------
Key: SCOUT-59
URL: https://issues.apache.org/jira/browse/SCOUT-59
Project: Scout
Issue Type: Bug
Components: Scout Implementation
Affects Versions: 1.0rc1
Reporter: Tom Cunningham
Assignee: Anil Saldhana
Priority: Minor
Scout is not setting a tModelKey in save_tModel if the Scheme's key is null or
the id of the Scheme's key is null.
Key k = scheme.getKey();
if (k != null && k.getId() != null) {
tm.setTModelKey(k.getId());
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]