Dan Haywood created ISIS-1485:
---------------------------------
Summary: MessageService#informUser(...) doesn't seem to be raising
an alert for an action returning a Blob
Key: ISIS-1485
URL: https://issues.apache.org/jira/browse/ISIS-1485
Project: Isis
Issue Type: Bug
Affects Versions: 1.13.0
Reporter: Dan Haywood
Assignee: Dan Haywood
Priority: Minor
Fix For: 1.13.1
{code}
@Action(semantcs = SAFE)
public Blob $$() {
messageService.informUser("Not yet implemented");
return null;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)