Please enable JavaScript.
Coggle requires JavaScript to display documents.
[JAR-943] Advertiser Management - View/Edit Campaign Configuration -…
[JAR-943] Advertiser Management - View/Edit Campaign Configuration
The summary View
Shows a block called 'Campaign Configuration' :check:
Shows the correct selected media channels to consider :check:
Shows the media channels in the same order as the edit screen :check:
Has an link for editing the media channels to consider :check:
Shows 'Not configured' when no media channels are selected :check:
The edit campaign configuration
Opens in a modal window :check:
Pressing Cancel/cross/outside of modal closes the modal without triggering any extra API call :check:
Pressing the save button shows an error when nothing is selected :check:
Pressing the save button, when items are selected, updates the items to these values. :check:
Opens with the correct values selected :check:
Client API
Clients Update updates the whole model :check:
The patch only updates values that are specified/passed in the json :check:
The updated by and revision are correctly updated when patching :check:
Invalid media channel values are blocked with a decent error message :check:
Should also save MediaChannels when creating new Client :check:
Should also save MediaChannels when updating :check: