mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #634] BUG: Uploading and editing scripts with umlauts not possible #408
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#408
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghosty212 on GitHub (Jul 12, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/634
Originally assigned to: @sadnub on GitHub.
Server Info (please complete the following information):
Installation Method:
Describe the bug
Scripts that contain special characters like umlauts "äöüß" cannot be edited/saved
Uploading them works without error, but the characters are removed from the scripts.
When trying to edit a script and adding those characters, the script can't be saved.
To Reproduce
Steps to reproduce the behavior:
write-output "äöüß"And
write-output "äöüß"And
write-output "äöüß"Expected behavior
write-output "äöüß"write-output "äöüß"as codewrite-output "äöüß"as codeAdditional context
In previous versions it was possible to at least upload or create a new script containing umlauts, without them being removed from the script
@silversword411 commented on GitHub (Nov 26, 2021):
Please retest, there has been lots of changes to scripts
@sadnub commented on GitHub (Nov 28, 2021):
I just make some modifications to how the scripts are stored in the database. This should help with the special characters. Please test in the next release