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