Skip to content

Commit

Permalink
Fix folder with invalid emoticon path
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 5, 2024
1 parent c352e68 commit 24aa983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project/Sources/Classes/ACTIONS_PARAMS.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ Function sourceFolder($name : Text; $control : Boolean) : Object

var $source : 4D:C1709.Folder

$source:=Folder:C1567("❓")
$source:=DummyFile() //folder

If (Not:C34($folder.exists))

Expand Down Expand Up @@ -2006,8 +2006,8 @@ Function editList()

/*
$form:=New object(\
"static"; $static; \
"host"; This.path.hostInputControls(True))
"static"; $static; \
"host"; This.path.hostInputControls(True))
$form.folder:=This.path.hostInputControls()
$manifest:=$form.folder.file("manifest.json")
Expand Down
2 changes: 1 addition & 1 deletion Project/Sources/Classes/tmpl.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ Function getSources($name : Text; $type : Text)->$template : 4D:C1709.Folder

End if

$template:=Folder:C1567("😱")
$template:=DummyFile() // folder

If (Length:C16($formName)>0)

Expand Down

0 comments on commit 24aa983

Please sign in to comment.