- Support for the Superdesk 2.8
- Support for non published articles in content lists. All published articles label becomes a drop down menu, containing two new items: Scheduled articles and Articles in progress. Both options list Superdesk articles with respective statues, utilizing Superdesk Search API. Dragging an article from either of two new lists triggers the following sequence of events:
- Article is exported from Superdesk using the improved export API endpoint, now supporting NINJS without packing it as a ZIP file (new in Superdesk 2.8)
- Article NINJS is pushed to the Publisher using the new content push endpoint with options (see Publisher 2.5 release notes)
- Article ID is retrieved from the Publisher using the new search-code API endpoint (see see Publisher 2.5 release notes)
- Article is added to the content list with the special status (Non published), with all existing options available, like pinning
- Once the article is published and pushed from Superdesk, usual publishing routine will take place, making the article appear as published in the content list
- Support for use cases when string is used for an Urgency value
Superdesk 2.8 and Publisher 2.5 are required for using this version of the plugin.