Hello everyone.

I'm using seven as administrative theme.

I have some views, one of them related with one content type. This morning I changed the machine name of that content type. After, I realized that this change could break something, so I changed back to the original type machine name.

But, in fact, something was broken. I'm not sure if due the changes in that machine name.

Since I did the first change, I could not open add/edit/adjust dialog in View UI, in any view, even those not related with the node type. When I click, a loading circle appears, but suddenly closes.

Additional Error in JS console: Uncaught TypeError: $form.once is not a function in views-admin.js
But I check that I'm not adding jquery twice.

Any clue will be really appreciate.

Comments

Augusto182 created an issue. See original summary.

Augusto182’s picture

Issue summary: View changes
renatog’s picture

Hi Augusto, how are you?

For solve this error, please access admin/config/development/performance and enable compress for JS and CSS, clear all caches of your Drupal and try again. If you use jQuery Update project, please make a double check for use the last version. It should be solve this error.

Best,

renatog’s picture

renatog’s picture

Status: Active » Fixed

Any question, feel free to comment, ok?!

Best,

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Augusto182’s picture

@RenatoG Thank you for your response. :)