Overview
Summary
Contact
Donate
Imprint
Prompt for the
CriticismRiskConcernView
Please create a React-JS view called "CriticismRiskConcernView" for the fields of the CriticismRiskConcern entity. The CriticismRiskConcernView must contain the following fields: - name: Criticism type: Criticism - name: RiskConcern type: RiskConcern The data source for the [RiskConcern] select control should be loaded from the relative URL: "/PublicationService/riskconcern" (HTTP-GET) The data source for the [Criticism] select control should be loaded from the relative URL: "/PublicationService/criticism" (HTTP-GET) An existing CriticismRiskConcern entity should be loaded from the relative URL: "/PublicationService/criticismriskconcern/{id}" (HTTP-GET) If a new CriticismRiskConcern entity has been created, the new entity should be posted to the relative URL: "/PublicationService/criticismriskconcern" (HTTP-POST) If an existing CriticismRiskConcern entity has been updated, the modified entity should be sent to the relative URL: "/PublicationService/criticismriskconcern/{id}" (HTTP-PUT) If an existing CriticismRiskConcern entity has to be deleted, the following relative URL should be called: "/PublicationService/criticismriskconcern/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint