Dan Haywood created ISIS-1341:
---------------------------------
Summary: Restful Objects viewer should perform a flush transaction
before generating representations.
Key: ISIS-1341
URL: https://issues.apache.org/jira/browse/ISIS-1341
Project: Isis
Issue Type: Bug
Components: Core: Viewer: RestfulObjects
Reporter: Dan Haywood
Assignee: Dan Haywood
Priority: Minor
Fix For: 1.13.0
For example, SimpleObjects > create, the representation has the transient ids.
The workaround is to add:
{code}
transactionService.flushTransaction();
{code}
in the action itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)