[PACKAGE][WYSIWYG] Can't print 2 Wysi() objects on same page #34

Closed
opened 2020-12-16 23:46:37 +01:00 by Ghost · 4 comments

When i tried to modify the actionAdmin method of home object, it required to have a wysi for the resume text and another one for the complete text of the community but an error occured when 2 Wysi are printed on same page.

When i tried to modify the actionAdmin method of home object, it required to have a wysi for the resume text and another one for the complete text of the community but an error occured when 2 Wysi are printed on same page.
Ghost added the
bug
master
labels 2020-12-16 23:46:37 +01:00
Author

The duplicate call integration of js libraries for summernote wysiwyg generates an error. It requires to create a new includeDependancy function for wysiwyg package with no loading of javascript resources libraries.

The duplicate call integration of js libraries for summernote wysiwyg generates an error. It requires to create a new includeDependancy function for wysiwyg package with no loading of javascript resources libraries.
Author

Done. A new function has been created in the wysiwyg package and the summernote class. This function has been called includeRawJs() and it permits to load only rawjs when the javascript libraries of summernote are still loaded by a previous one in the same page.

Done. A new function has been created in the wysiwyg package and the summernote class. This function has been called includeRawJs() and it permits to load only rawjs when the javascript libraries of summernote are still loaded by a previous one in the same page.
Author

Issue fixed.

Issue fixed.
Ghost added the
fixed
label 2020-12-16 23:51:59 +01:00
Ghost referenced this issue from a commit 2020-12-16 23:53:30 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-16 23:53:45 +01:00
Sign in to join this conversation.
No description provided.