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

Plugins: Can't select business plugin only #825

Closed
v18 opened this issue Nov 26, 2015 · 2 comments
Closed

Plugins: Can't select business plugin only #825

v18 opened this issue Nov 26, 2015 · 2 comments
Labels
Jetpack [Type] Bug When a feature is broken and / or not performing as intended

Comments

@v18
Copy link
Contributor

v18 commented Nov 26, 2015

When selecting one of the Gumroad plugins, it's not possible to select the business plugin or just the .org plugin in the manage mode, but instead both plugins get selected.

See this gif:

plugin-select-both-gumroad

<input type="checkbox" data-reactid=".3.2.1.1.$gumroad.0.0" readonly="" id="gumroad" class="plugin-item__checkbox">
<input type="checkbox" data-reactid=".3.2.2.1.$gumroad.0.0" readonly="" id="gumroad" class="plugin-item__checkbox">

The solution for now will be to disable the bulk edit mode on for business sites.

The two different checkboxes - one for the wpcom Gumroad plugin and the other for the w.org Gumroad plugin - have the same IDs, which is also problematic:

@v18 v18 added [Type] Bug When a feature is broken and / or not performing as intended Jetpack Jetpack Plugins labels Nov 26, 2015
@rickybanister
Copy link

It looks like the solution here is to separate bulk edit. Each 'Edit All' button should only allow editing within its own scope (business or .org plugins).

By treating each separately we will be able to avoid selections across the lists.

@enejb
Copy link
Member

enejb commented Jan 15, 2016

Fixed with #2296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Jetpack [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

No branches or pull requests

4 participants