stable
Clone or download
Read-only
+ loadFolder + loadDocument + loadDocumentWithAscendentHierarchy + getSubfolderContent No functional changes. Note: change back the copyright date to the original ones (splitted code should keep its copyright). Part of request #18402: Convert document plugin into typescript Change-Id: Ieaee4147689f849269e493548984e49d53d093ed
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/store/actions-delete.test.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-delete.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.test.ts | +3 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.ts | +2 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/load-folder-content.test.ts | +6 | −7 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/load-folder-content.ts | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-quicklook.test.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-quicklook.ts | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-retrieve.test.ts | +505 | −0 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-retrieve.ts | +168 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +2 | −125 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.test.js | +0 | −433 | Go to diff View file |