Added rst2html code to convert issue text to HTML and display nicely.
This commit is contained in:
@ -18,6 +18,8 @@ class PITModel {
|
||||
// map of category -> issue template
|
||||
def templates = [:]
|
||||
|
||||
def issueCSS = getClass().getResource("/default-issue.css").openStream().text
|
||||
|
||||
def categoryIcons = [:]
|
||||
def statusIcons = [:]
|
||||
|
||||
|
@ -18,6 +18,8 @@ class ProjectPanelModel {
|
||||
@Bindable Project selectedProject = null
|
||||
@Bindable Issue popupIssue = null
|
||||
|
||||
String issueCSS = ""
|
||||
|
||||
// cache the ListModels
|
||||
def projectTableModels = [:]
|
||||
def issueCellRenderer
|
||||
|
Reference in New Issue
Block a user