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