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

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

Jörg Rade created ISIS-2282:
-------------------------------

             Summary: 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


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)