We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b34a8 commit 16278cdCopy full SHA for 16278cd
Client-Side Components/UI Actions/Publish a Retired Knowledge Article again/README.md
@@ -0,0 +1,9 @@
1
+**UI Action**:
2
+Publish a Retired Knowledge Article again after it is already retired.
3
+
4
+**How it works:**
5
+1. The code finds existing articles in the Knowledge base that share the same Article ID but are not the current article and are 'retired'.
6
+2. It updates the workflow state of these found articles to 'outdated'.
7
+3. For the current article, it sets the workflow_state to 'pubblished', records the current date and updates the 'published' field with the date.
8
+4. It also removes the pre-existing 'retired' date from the 'retired' field.
9
+5. It redirects the user to the updated current record.
0 commit comments