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

Fixed an issue when link plugin couldn't be edited #5485

Merged
merged 1 commit into from Jul 5, 2016

Conversation

vxsx
Copy link
Contributor

@vxsx vxsx commented Jul 1, 2016

Since #5429 the plugin markup has cms-plugin class, which means
that link plugins markup would look like <a class="cms-plugin" ...>
which wasn't handled by that doubleclick handler that previously
allowed editing of plugins that contain links.

does not require backporting

@vxsx vxsx added the kind: bug label Jul 1, 2016
@FinalAngel
Copy link
Member

LGTM

@coveralls
Copy link

coveralls commented Jul 1, 2016

Coverage Status

Coverage remained the same at 88.648% when pulling 9c9f609 on vxsx:bugfix/link-plugins-not-editable into 48adc2c on divio:develop.

@czpython
Copy link
Contributor

czpython commented Jul 1, 2016

@vxsx Is there a test for this?

@vxsx
Copy link
Contributor Author

vxsx commented Jul 1, 2016

@czpython nope

@vxsx vxsx added this to the 3.4 milestone Jul 1, 2016
@vxsx vxsx force-pushed the bugfix/link-plugins-not-editable branch from 9c9f609 to 582b78a Compare July 1, 2016 13:29
@vxsx
Copy link
Contributor Author

vxsx commented Jul 1, 2016

@czpython now there is :)

@coveralls
Copy link

coveralls commented Jul 1, 2016

Coverage Status

Coverage increased (+0.001%) to 88.649% when pulling 582b78a on vxsx:bugfix/link-plugins-not-editable into 48adc2c on divio:develop.

Since django-cms#5429 the plugin markup has `cms-plugin` class, which means
that link plugins markup would look like `<a class="cms-plugin" ...>`
which wasn't handled by that doubleclick handler that previously
allowed editing of plugins that contain links.
@vxsx vxsx force-pushed the bugfix/link-plugins-not-editable branch from 582b78a to 85aaa47 Compare July 5, 2016 07:23
@vxsx vxsx merged commit 5e1533a into django-cms:develop Jul 5, 2016
@vxsx vxsx deleted the bugfix/link-plugins-not-editable branch July 5, 2016 07:24
@vxsx
Copy link
Contributor Author

vxsx commented Jul 5, 2016

screen shot 2016-07-05 at 09 23 58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants