Skip to content

Commit

Permalink
Improvment: Rich text editor for the events description- EXO-73526 (e…
Browse files Browse the repository at this point in the history
…xoplatform#687)

 - Added rich editor to the event description.
 - Ensured the new formatted description displays correctly when viewed on the platform and in programs after importing the ICS file.
 - Added try-catch block in email notif template to handle cases where the conference variable is not binded to ensure that the template does not throw a MissingPropertyException.
  • Loading branch information
Telgou authored and ahamdi committed Sep 16, 2024
1 parent e9b2f38 commit 6544542
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ export default {
};
},
computed: {
/* bodyElement() {
return {
template: this.ExtendedDomPurify.purify(`<div>${this.body}</div>`) || '',
};
},*/
connectedConnector() {
return this.connectors && this.connectors.find(connector => connector.connected);
},
Expand Down

0 comments on commit 6544542

Please sign in to comment.