You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/02/13 10:02:00 UTC

[jira] [Updated] (ISIS-2282) Demo: action 'runFixtureScript' either does not exist or is not visible

     [ https://issues.apache.org/jira/browse/ISIS-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood updated ISIS-2282:
--------------------------------------
    Fix Version/s: 2.0.0-M3

> Demo: action 'runFixtureScript' either does not exist or is not visible
> -----------------------------------------------------------------------
>
>                 Key: ISIS-2282
>                 URL: https://issues.apache.org/jira/browse/ISIS-2282
>             Project: Isis
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M3
>            Reporter: Jörg Rade
>            Priority: Minor
>             Fix For: 2.0.0-M3
>
>
> The reponse for [http://localhost:8080/restful/menuBars] contains:
> {code:java}
> ...
>   "secondary": {
>     "menu": [
>       {
>         "named": "Prototyping",
>         "cssClassFa": null,
>         "section": [
>           {
>             "serviceAction": [
>               {
>                 "objectType": "isisExtFixtures.FixtureScripts",
>                 "id": "runFixtureScript",
>                 "named": "Run Fixture Script",
>                 "namedEscaped": null,
>                 "bookmarking": null,
>                 "cssClass": null,
>                 "cssClassFa": null,
>                 "describedAs": null,
>                 "metadataError": null,
>                 "link": {
>                   "rel": "urn:org.restfulobjects:rels/action",
>                   "method": "GET",
>                   "href": "http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript",
>                   "type": "application/json;profile=\"urn:org.restfulobjects:repr-types/object-action\""
>                 }
>               }
> ...
> {code}
> But invoking [http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript]
> results in: {{action 'runFixtureScript' either does not exist or is not visible}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)