#4562 Unable to assign issues
Closed: Fixed 4 years ago by jlanda. Opened 4 years ago by wattersmt.

After upgrading to the 5.7 release the "take" button on project issues no longer works. I checked the browser console and there is an error as follows.

Uncaught Error: Unable to find "remove_button" plugin
    at w.a.loadPlugin (selectize.min.js?version=5.7.1:3)
    at w.a.require (selectize.min.js?version=5.7.1:3)
    at w.a.initializePlugins (selectize.min.js?version=5.7.1:3)
    at new w (selectize.min.js?version=5.7.1:3)
    at HTMLInputElement.<anonymous> (selectize.min.js?version=5.7.1:4)
    at Function.each (jquery.min.js?version=5.7.1:2)
    at k.fn.init.each (jquery.min.js?version=5.7.1:2)
    at k.fn.init.a.fn.selectize (selectize.min.js?version=5.7.1:4)
    at HTMLDocument.<anonymous> (4:1159)
    at e (jquery.min.js?version=5.7.1:2)

Manually updating the assignee also fails.


Also just noticed that clicking the "Drop" link does nothing.

That should be fixed on 5.7.2

@jlanda Thanks. I upgraded and the links are working now. There does appear to be an issue with the metadata comment field not updating however. I have to reload the page to see the changes in metadata.

The metada not updating issues is due to our new restricted content policies.

You need to alter .cfg to allow connections to the ev port.

This is an example that I proposed for stg.pagure.io:

CSP_HEADERS = (
    "default-src 'self';"
    "script-src 'self' '{nonce_script}'; "
    "style-src 'self' '{nonce_style}'; "
    "object-src 'none';"
    "base-uri 'self';"
    "img-src 'self' https://seccdn.libravatar.org;"
    "connect-src 'self' https://stg.pagure.io:8088;"
    "frame-src https://docs.stg.pagure.org;"
    "frame-ancestors https://stg.pagure.io;"
)

Metadata Update from @jlanda:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata