[SSE] Add loading bullet from storage
This commit is contained in:
parent
f80894376a
commit
97e7c43e93
|
@ -915,6 +915,7 @@ define([
|
|||
api: me.api,
|
||||
props: props,
|
||||
type: 0,
|
||||
storage: me.permissions.canRequestInsertImage || me.permissions.fileChoiceUrl && me.permissions.fileChoiceUrl.indexOf("{documentType}")>-1,
|
||||
interfaceLang: me.permissions.lang,
|
||||
handler: function(result, value) {
|
||||
if (result == 'ok') {
|
||||
|
|
Loading…
Reference in a new issue