File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
apps/OpenSign/src/components Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -472,8 +472,6 @@ const TreeWidget = (props) => {
472
472
props . schema . data . FolderTypeField ,
473
473
props . schema . data . FolderTypeValue
474
474
) ;
475
- const currentUser = Parse . User . current ( ) ;
476
- folder . set ( "CreatedBy" , Parse . User . createWithoutData ( currentUser . id ) ) ;
477
475
if ( tabList . length > 0 ) {
478
476
let len = tabList . length - 1 ;
479
477
folder . set ( props . schema . data . ParentFolderField , {
@@ -700,7 +698,7 @@ const TreeWidget = (props) => {
700
698
) ) }
701
699
< hr />
702
700
</ div >
703
- { editable && (
701
+ { /* { editable && (
704
702
<TreeEditForm
705
703
FormId={props.schema.data.FormId}
706
704
objectId={editId}
@@ -709,7 +707,7 @@ const TreeWidget = (props) => {
709
707
selectFolderHandle();
710
708
}}
711
709
/>
712
- ) }
710
+ )} */ }
713
711
{ isAddField && ! loader && ! editable && (
714
712
< TreeFormComponent
715
713
Id = { props . schema . data . FormId }
@@ -797,7 +795,7 @@ const TreeWidget = (props) => {
797
795
</ a >
798
796
</ div >
799
797
800
- { fldr [ props . schema . data . FolderTypeField ] ===
798
+ { /* { fldr[props.schema.data.FolderTypeField] ===
801
799
props.schema.data.FolderTypeValue && (
802
800
<a
803
801
className="float-right"
@@ -817,7 +815,7 @@ const TreeWidget = (props) => {
817
815
aria-hidden="true"
818
816
></i>
819
817
</a>
820
- ) }
818
+ )} */ }
821
819
</ li >
822
820
)
823
821
) }
You can’t perform that action at this time.
0 commit comments