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