Skip to content

Commit e9b0e17

Browse files
committed
Merge pull request #1 from intersystems-ru/master
Added dfi, pivot, dashboard extensions
2 parents 93fc362 + 8f9dc9d commit e9b0e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheUpdater/Task.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Check that incoming file is the one you need.</Description>
142142
<FormalSpec>File:%ZEN.proxyObject</FormalSpec>
143143
<ReturnType>%Boolean</ReturnType>
144144
<Implementation><![CDATA[
145-
Set extensions = ",xml,cls,csp,csr,mac,int,bas,inc,gbl,prj,obj,pkg,gof,"
145+
Set extensions = ",xml,cls,csp,csr,mac,int,bas,inc,gbl,prj,obj,pkg,gof,dfi,pivot,dashboard,"
146146
Return:($L(File.name,".")=1) 0 //no extension
147147
Set File.Extension = $P(File.name,".",$L(File.name,"."))
148148
Return $F(extensions,","_$ZCVT(File.Extension,"l")_",")

0 commit comments

Comments
 (0)