[PACKAGE][WYSIWYG] Can't print 2 Wysi() objects on same page #34
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
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.
Issue fixed.
Pushed to master