Overview
Summary
Contact
Donate
Imprint
Prompt for the
EditorialArticlePersonView
Please create a React-JS view called "EditorialArticlePersonView" for the fields of the EditorialArticlePerson entity. The EditorialArticlePersonView must contain the following fields: - name: EditorialArticle type: EditorialArticle - name: Person type: Person - name: Position type: LONG The data source for the [EditorialArticle] select control should be loaded from the relative URL: "/EditorialArticleService/editorialarticle" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing EditorialArticlePerson entity should be loaded from the relative URL: "/EditorialArticleService/editorialarticleperson/{id}" (HTTP-GET) If a new EditorialArticlePerson entity has been created, the new entity should be posted to the relative URL: "/EditorialArticleService/editorialarticleperson" (HTTP-POST) If an existing EditorialArticlePerson entity has been updated, the modified entity should be sent to the relative URL: "/EditorialArticleService/editorialarticleperson/{id}" (HTTP-PUT) If an existing EditorialArticlePerson entity has to be deleted, the following relative URL should be called: "/EditorialArticleService/editorialarticleperson/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint