Skip to content
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

Fix Twitter module breaking the Workflows editor (Lombiq Technologies: OCORE-189) #16350

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

sarahelsaig
Copy link
Contributor

@sarahelsaig sarahelsaig commented Jun 19, 2024

Fixes #16349

I went ahead and made these changes, based on what made sense to me. Basically just reverted the shape names so there is no breaking change for shape overrides. Don't hesitate to chime in if it's the wrong direction.

Comment on lines -14 to +21
Name = "X Integration",
Name = "X (Twitter) Integration",
Category = "X",
Description = "Provides a TwitterClient and Workflow Activities to integrate with X"
)]

[assembly: Feature(
Id = TwitterConstants.Features.Signin,
Name = "Sign in with X",
Name = "Sign in with X (Twitter)",
Copy link
Contributor Author

@sarahelsaig sarahelsaig Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the (Twitter) here, because searching for the module is not very practical:

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to ask for this too, great!

@Piedone Piedone changed the title Change back shape names to Twitter for backwards compatibility Fix Twitter module breaking the Workflows editor (Lombiq Technologies: OCORE-189) Jun 20, 2024
Copy link
Member

@Piedone Piedone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this fixes the issue, there's the conflicting earlier PR, see #16349 (comment).

@sarahelsaig
Copy link
Contributor Author

While this fixes the issue, there's the conflicting earlier PR, see #16349 (comment).

I don't use Twitter (nobody should use Twitter), so I'm fine with any solution that stops breaking our tests.

Copy link
Member

@Piedone Piedone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I'll merge this to solve the immediate issue, which is a big one. Then #15930 can take any longer time with a full rename.

@Piedone Piedone merged commit 1b095d8 into OrchardCMS:main Jun 20, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OrchardCore.Twitter breaks workflow editor
2 participants