Details
-
Type: Task
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 5.1.0
-
Fix Version/s: Short Term
-
Component/s: Modules
-
Labels:None
Description
TheSSLStore module has a feature to import SSL certificates, creating Packages automatically.
One problem is that the CKEditor's handling of HTML changed when we updated it in v5.0. As a result, going to edit any Packages after import will cause the Package Descriptions to be botched up. The new editor uses an "HTML Code Block" option to insert HTML, and the module uses HTML to link to product details.
So, the module needs to be updated to create descriptions that are part of an HTML Code Block. In other words, the descriptions need to be wrapped in a div like this:
<div class="raw-html-embed">
DESCRIPTION HTML HERE
</div>
Activity
Paul Phillips
created issue -
See https://www.blesta.com/forums/index.php?/topic/16006-the-sslstore-module-question/