File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
source/client/js/classEditor/class Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # Caché Visual Editor (pre- alpha)
1+ # Caché Visual Editor < sup >( alpha)</ sup >
22
33A Web-based user interface for InterSystems Caché which allows to create and manage classes
44literally without touching any code.
Original file line number Diff line number Diff line change 22 "name" : " cache-visual-editor" ,
33 "printableName" : " Cache Visual Editor" ,
44 "packageName" : " VisualEditor" ,
5- "version" : " 0.9.6 " ,
5+ "version" : " 0.9.7 " ,
66 "description" : " Visual class editor for InterSystems Caché" ,
77 "main" : " index.js" ,
88 "keywords" : [
Original file line number Diff line number Diff line change @@ -149,7 +149,9 @@ function enableMember ({
149149 ( MANIFEST [ isClass ? "Class" : classBlockName ] || { } ) [ propName ] || { } ;
150150
151151 if ( isClass && MEMBER_SECTIONS . indexOf ( propName ) !== - 1 ) {
152- classBlockElement . appendChild ( getMemberSection ( propName , classData ) ) ;
152+ classBlockElement . appendChild (
153+ getMemberSection ( propName , classData , serviceData )
154+ ) ;
153155 updateGrid ( ) ;
154156 return ;
155157 }
You can’t perform that action at this time.
0 commit comments