-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OrchardCore.Twitter breaks workflow editor #16349
Comments
As far as I can see the shapes such as UpdateXStatusTask.Fields.Design.cshtml should retain the "Twitter" name because all the matching models (such as UpdateTwitterStatusTaskViewModel), the drivers, and the module itself still have "Twitter" in the type name. It's also an unnecessary non-user-facing breaking change. What do you think @hishamco @MikeAlhayek ? If you agree I can make the required changes, just want to clarify which direction should be going. |
Maybe rollback the PR that changed Twitter to X. |
I remember there was a PR follow-up after renaming the module. Is the issue with backward compatibility or break the workflow editor only? |
I've only tested the workflow creation. I wanted to edit unrelated workflows and this feature just happened to be enabled at the same time and interfered. I don't have a key for the Twitter 1.1 API that the |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
This issue is not just for backward compatibility, the Twitter feature completely breaks the Workflows editor on a newly set up site too. |
#15930 was also opened for this previously and I think we should take that: either we shouldn't care about the whole X rename much and add it solely to UI labels, or we should commit and do it fully, what that PR is supposed to address. |
Describe the bug
Trying to access the workflow editor results in an exception stating "The shape type 'UpdateTwitterStatusTask_Fields_Thumbnail' is not found". Presumably caused by the X/Twitter rename.
Orchard Core version
Latest preview and
main
.To Reproduce
Steps to reproduce the behavior:
OrchardCore.Workflows
andOrchardCore.Twitter
featuresExpected behavior
Shape should exist.
Logs and screenshots
Exception:
The text was updated successfully, but these errors were encountered: