[
https://issues.apache.org/jira/browse/ISIS-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber resolved ISIS-1485.
------------------------------
Resolution: Fixed
fixed by properly handling action results of type Blob/Clob when null
> 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: Andi Huber
> Priority: Minor
> Fix For: 2.0.0-M1
>
>
> {code}
> @Action(semantcs = SAFE)
> public Blob $$() {
> messageService.informUser("Not yet implemented");
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)