You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LayoutPersistenceManager interface has changed so that we are expecting GET/POST ApplicationLayout to return/take an ApplicationJSON object (it is actually wrapped in an object like such: { definition: ApplicationJSON } but we can remove this and just return an ApplicationJSON object). We need to change the ApplicationLayoutDto to reflect this change.
Work Required
server
add settings to ApplicationLayoutDto
remove username from ApplicationLayoutDto
add settings to ApplicationLayout model
store applicationLayoutSettings in DB
client
replace GetApplicationResponseDto with ApplicationJSON
Notes
on the client side AppliationJSON is defined as follows:
Background
The LayoutPersistenceManager interface has changed so that we are expecting GET/POST ApplicationLayout to return/take an ApplicationJSON object (it is actually wrapped in an object like such: { definition: ApplicationJSON } but we can remove this and just return an ApplicationJSON object). We need to change the ApplicationLayoutDto to reflect this change.
Work Required
Notes
The text was updated successfully, but these errors were encountered: