@salesforce/lds-drafts 1.136.3 → 1.136.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ldsDrafts.js +2 -0
- package/package.json +1 -1
package/dist/ldsDrafts.js
CHANGED
|
@@ -1285,6 +1285,8 @@ class AbstractResourceRequestActionHandler {
|
|
|
1285
1285
|
};
|
|
1286
1286
|
// overlay metadata
|
|
1287
1287
|
merged.metadata = { ...targetMetadata, ...sourceMetadata };
|
|
1288
|
+
// put status back to pending to auto upload if queue is active and targed is at the head.
|
|
1289
|
+
merged.status = DraftActionStatus.Pending;
|
|
1288
1290
|
return merged;
|
|
1289
1291
|
}
|
|
1290
1292
|
shouldDeleteActionByTagOnRemoval(action) {
|