Admin backend edit.php, errors and bugs
-
Hi there, that you for the great plugin.
I have a little issue with your plugin on my website.
When i go to the admin page of a certain post type i created in your plugin (edit.php), and clik the quick-edit and then save, the whole layout of the columns deformes, and the featured image disappears, if i refresh the page it all goes to normal.
The chrome console shows the following message when clicking the save on quick edit:
Uncaught TypeError: Cannot read property ‘replace’ of undefined admin-edit.js:200 , ive checked the code and it is:
// get column name var $column_name = $table_columns[ $column_index ].replace( /^(column\-)/i, '' );If i delete this row from admin-edit.js, the layout stops breaking though the image still disappears, and a different error shows up:
Uncaught ReferenceError: $column_name is not defined.Will appreciate your help on the matter,
thanks a lot.
The topic ‘Admin backend edit.php, errors and bugs’ is closed to new replies.