I don't think there is, really.  Either we need to support collections as
parameters, or to allow bulk actions to take parameters.

I know there are tickets for both, but neither have got high enough up the
todo list to warrant being addressed yet.

If you want to tackle this work, I'll provide some support/guidance....

Dan



On 22 November 2015 at 15:33, Kevin Meyer <[email protected]> wrote:

> Hi all,
>
> I'm making reasonable progress with the core of my report-generating
> proof-of-concept, but I am looking for a better solution..
>
> What I want to do is add multiple "Project"s to a "Report" object (the
> projects are found, for example, by querying the list of projects for a
> customer, or greater than a certain value).
>
> Since Isis does not support "addProjects(Collection<Project> projects)" on
> the Report class, I'm using an "invokeOn" annotation on the Project class,
> and a special property on the Report class to indicate a report is "open".
>
> However, for this to work, the project instance needs to find a report to
> add itself to, and I'm hacking the system by doing a search to find the
> "open" report, and adding the project to that report.
>
> Is there a more sensible solution?
>
> Thanks,
> Kevin
>
> --
> Kevin Meyer
> Ljubljana, Slovenia
>
>
>

Reply via email to