Task #2523
Feature #2518: Show only published booklets in /qna page (latest modified first)
Feature #2520: Enable 'Content Admin' Role to (un)publish booklets (in the SolutionGraph->List page)
Update the state field in the solution graph list using un(publish) button.
Start date:
07/14/2022
Due date:
07/14/2022
% Done:
100%
Estimated time:
1.00 h
Description
On click of the publish button, update all the selected solution graph entries in the datastore as 'publish' state.
On click of the unpublish button, update all the selected solution graph entries in the datastore as 'unpublish' state.
Updated by Venmuhilan B over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Updated by Ayush Khandelwal over 2 years ago
- Status changed from Resolved to Reopened
- % Done changed from 100 to 50
Reopened reason:
1. Change the method type from GET to POST.
2. Send the solutionGraphIds in the request-body instead of in the url.
3. Use a single api for un(publish) state instead of two api's.
Updated by Venmuhilan B over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Venmuhilan B over 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal about 2 years ago
- Status changed from Feedback to Closed
Working as expected