mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Enable "sanitize" option for EasyMDE editor (#3206)
* Enable "sanitize" option for EasyMDE editor * Bump version number
This commit is contained in:
parent
26bf51c20a
commit
b9c6cd70d4
@ -12,7 +12,7 @@ import common.models
|
|||||||
from InvenTree.api_version import INVENTREE_API_VERSION
|
from InvenTree.api_version import INVENTREE_API_VERSION
|
||||||
|
|
||||||
# InvenTree software version
|
# InvenTree software version
|
||||||
INVENTREE_SW_VERSION = "0.7.2"
|
INVENTREE_SW_VERSION = "0.7.3"
|
||||||
|
|
||||||
|
|
||||||
def inventreeInstanceName():
|
def inventreeInstanceName():
|
||||||
|
@ -266,6 +266,11 @@ function setupNotesField(element, url, options={}) {
|
|||||||
initialValue: initial,
|
initialValue: initial,
|
||||||
toolbar: toolbar_icons,
|
toolbar: toolbar_icons,
|
||||||
shortcuts: [],
|
shortcuts: [],
|
||||||
|
renderingConfig: {
|
||||||
|
markedOptions: {
|
||||||
|
sanitize: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user