[GH-ISSUE #2111] [UI issue] improvement to script manager variables editor #3259

Open
opened 2026-03-14 06:59:29 +03:00 by kerem · 0 comments
Owner

Originally created by @P6g9YHK6 on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2111

Is your feature request related to a problem? Please describe.
editing/adding a big number/long variables can be a pain the ass as you cannot add them in bluk or edit the existing ones

Describe the solution you'd like
when pasting a bulk of data in a field treat line returns as new variables to allow pasting numerous vars

for exemple pasting this into the field:

version={{agent.version}}
operating_system={{agent.operating_system}}
plat={{agent.plat}}
hostname={{agent.hostname}}
local_ips={{agent.local_ips}}

should make 5 variables

when clicking on an existing var allow editing the var to avoid having to delete and recreate it

Describe alternatives you've considered
nothing

Originally created by @P6g9YHK6 on GitHub (Jan 5, 2025). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2111 **Is your feature request related to a problem? Please describe.** editing/adding a big number/long variables can be a pain the ass as you cannot add them in bluk or edit the existing ones **Describe the solution you'd like** when pasting a bulk of data in a field treat line returns as new variables to allow pasting numerous vars for exemple pasting this into the field: ``` version={{agent.version}} operating_system={{agent.operating_system}} plat={{agent.plat}} hostname={{agent.hostname}} local_ips={{agent.local_ips}} ``` should make 5 variables when clicking on an existing var allow editing the var to avoid having to delete and recreate it **Describe alternatives you've considered** nothing
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3259
No description provided.