Change ApiContentUpdateForDemoController to save from auto-save instead of request data

Created on 13 December 2024, 8 days ago

Overview

ApiContentUpdateForDemoController currently take the layout and model from the request to save the entity.

ApiContentUpdateForDemoController is just a temporary solution and will be removed in favor of always using ApiPublishAllController. code>ApiPublishAllController make entity saves by using the auto-save.

As we start to accept page data info from the client we will currently have to update ApiPreviewController to do the auto-save and ApiContentUpdateForDemoController to do the actual save. We will need changes on the client and server.

the changes to ApiContentUpdateForDemoController as least for the client seem unnessary if we could just make ApiContentUpdateForDemoController use the auto-save data also.

Proposed resolution

Change ApiContentUpdateForDemoController to just use the auto-save data from the client

User interface changes

πŸ“Œ Task
Status

Active

Version

0.0

Component

Page builder

Created by

πŸ‡ΊπŸ‡ΈUnited States tedbow Ithaca, NY, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024