Closed AmmarCodes closed 10 months ago
I can reproduce the issue, though I don't have a good idea how to fit this without compromising the button id check yet.
more context
Code being used:
label: Activate Suit
hidden: true
class: ""
tooltip: ""
id: setup-suit
style: primary
actions:
- type: command
command: quickadd:choice:e3718048-291b-49c5-a923-df60a0c36ae6
- type: updateMetadata
bindTarget: fileClass
evaluate: false
value: "Active Case"
label: New Task
hidden: true
class: ""
tooltip: ""
id: insert-task
style: primary
actions:
- type: command
command: quickadd:choice:7049710b-931d-4005-a898-6dc10ca3bd85
label: Send Waivers
hidden: true
class: ""
tooltip: ""
id: waiver-tasks
style: primary
actions:
- type: command
command: quickadd:choice:24917018-e7cf-42a3-a7d6-a5016cc2eb8e
label: New Note
hidden: true
class: ""
tooltip: ""
id: new-note
style: primary
actions:
- type: templaterCreateNote
templateFile: Templates/2024/Insert Note In Active File.md
folderPath: TCPA/Notes
fileName: ""
openNote: true
label: Subpoena
hidden: true
class: ""
tooltip: ""
id: new-subpoena
style: primary
actions:
- type: templaterCreateNote
templateFile: Templates/2024/Insert Subpoena In Active File.md
folderPath: "TCPA/Subpoenas"
fileName: ""
openNote: true
I didn't not see this prior to today's update.
command: quickadd:choice:24917018-e7cf-42a3-a7d6-a5016cc2eb8e
How are you getting these quickadd:choice
ids?
assign the quick add to a keyboard shortcut, then use the button builder to run the command and select it from the command list.
On Thu, Feb 29, 2024 at 9:36 AM Outis @.***> wrote:
command: quickadd:choice:24917018-e7cf-42a3-a7d6-a5016cc2eb8e
How are you getting these quickadd:choice ids?
— Reply to this email directly, view it on GitHub https://bitli.pro/260Gy_38dd0dfa, or unsubscribe https://bitli.pro/260Gz_70e1b884. You are receiving this because you commented.Message ID: @.***>
@the1gofer, thank you.
Please fill out these Check-boxes
This Issue Occurs on
Plugin Version
0.12.0
Describe the Issue
When adding an inline button and add its YAML definition with
hidden: true
property, it will render an error in the place of the YAML definition, clicking that definition will show the attached modal about having duplicated ID that already exists.Steps to Reproduce