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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17033576#comment-17033576 ] 

Andi Huber commented on ISIS-2282:
----------------------------------

Actually the action 'runFixtureScript' is disabled in the wicket-UI. It has a tooltip stating:
'No fixture scripts found ...'

This seems valid behavior. Do we want the RO viewer to behave differently here? [~danhaywood] what do you think?

> 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
>
> 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)