REST API

Defect 1818738

Incorrect Pane Restore from Workspace Client

There was previously a difference in how requests behave depending on whether they occurred from the Workspace Client or from container executors/REST.

The difference is related to running events on the card pane in the card and table dialogs. When run from the Workspace Client, both the card and the table panes were restored on the server. When run from a container executor/REST, only the card pane was restored. The correct behavior is that of container executors/REST. This error is corrected.