nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] Permalink not recreatedSure. We will take a look and see what’s going on.
Is this happening for revision posts only? Or is this happening for new posts as well?
BTW, for faster response it’s better to open a ticket via our ticketing system – https://www.oasisworkflow.com/submit-a-query
Forum: Plugins
In reply to: [Oasis Workflow] Issue with multiple rolesCan you open a ticket via – https://www.oasisworkflow.com/submit-a-query
I will need a screenshot of the workflow.
The issue I see is why is claim resulting into -1 for assign_actor_id. It should always result into a specific id, since this is an assignment or publish step.
For a review step, claim shouldn’t be displayed.
Forum: Plugins
In reply to: [Oasis Workflow] Issue with multiple rolesI’ll share a SQL that will help us know what is being pulled for the given user inbox.
That will help us to narrow down the issue.
Forum: Plugins
In reply to: [Oasis Workflow] Issue with rewrites not deletingGot it. We will make that change.
The reason, we had to go the route of a scheduled event, instead of a direct delete, was to support Gutenberg.
After the sign off action is completed, the post page doesn’t get redirected to the list/inbox page. Since it stays there, delete of the revised post will run into issues.
Thanks for looking into it.
Forum: Plugins
In reply to: [Oasis Workflow] Issue with multiple rolesI see that. Thanks for bringing it to our notice.
Let me see how we can fix it asap and release it as part of the next release.
Forum: Plugins
In reply to: [Oasis Workflow] Can’t create CPT posts with plugin activatedCool. I’ll go ahead and close this issue.
Forum: Plugins
In reply to: [Oasis Workflow] Can’t create CPT posts with plugin activatedDid you get a chance to try out the above suggestion?
Forum: Plugins
In reply to: [Oasis Workflow] Can’t create CPT posts with plugin activatedAh ha. Found the issue.
Along with “Show in rest API” as true, go to the section called “Supports”. And in that section, check “Custom Fields”. So, essentially, allow this post type to support custom fields.
That should do it.
Forum: Plugins
In reply to: [Oasis Workflow] Can’t create CPT posts with plugin activatedDo one thing.
1. Update the CPT config again with “Show in rest API” as false. Save it.
and then again
2. Update the CPT config with “Show in rest API” as true.See if this solves the issue.
Forum: Plugins
In reply to: [Oasis Workflow] Can’t create CPT posts with plugin activatedHi @manutecon2,
It’s not an issue with Oasis Workflow per se. Here’s what you need to do..
Make sure your custom post types and taxonomies have the “show in rest” option set to true. Essentially, go back to the definition of the custom post type, change the “show in rest” to true and save it. If it’s already true, still save it again and this will fix the issue.
Here’s the thread on CPT plugin page – https://wordpress.org/support/topic/wordpress-5-0-and-gutenberg-compatibility/
In any case, I guess, we should handle this error gracefully and display some kind of error message, so the user can make this change. We will take that as an action item.
Forum: Plugins
In reply to: [Oasis Workflow] how to avoid “Make Revision Overlay Message” pop up.Cool. So, assigning skip_workflow capability to editor role will allow them to update the post directly.
Forum: Plugins
In reply to: [Oasis Workflow] Quick Edit doesn’t work when plugin enabledModified code was provided. Marking as resolved.
Forum: Plugins
In reply to: [Oasis Workflow] Quick Edit doesn’t work when plugin enabledFound the issue. The issue was caused due to a new feature introduced in 5.8. We will look into fixing the issue and provide a patch.
Can you open a ticket via https://www.oasisworkflow.com/submit-a-query so that we can provide you patched files?
Forum: Plugins
In reply to: [Oasis Workflow] Quick Edit doesn’t work when plugin enabledI got it. Let me take a look and get back to you.
Forum: Plugins
In reply to: [Oasis Workflow] how to avoid “Make Revision Overlay Message” pop up.The overlay message is there for a reason. If the user is trying to edit a published page without making a revision, the overlay message will force the user to first make a revision and then edit the page.
If you want to avoid the overlay message for certain roles, you can do so, by giving the role ow_skip_workflow capability. This will not show the overlay message, but will allow the user to make revision and/or update the published post from post editor.
Read more about custom capabilities here – https://www.oasisworkflow.com/documentation/working-with-workflows/oasis-workflow-custom-capabilities-explained
P.S.: in future, for faster response, please open a support ticket via – https://www.oasisworkflow.com/submit-a-query