Nested template instances inherit the promoted labels of parent template #3445
darkpoetry
started this conversation in
General
Replies: 2 comments
-
Hello, your setup sounds to me correct, I tried to reproduce the beavior you describe, but it behaves correctly: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I upgraded to 57.5.5 and the issue is gone. Appreciate the help. This is the greatest app ever for my continually changing information maps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug or just doing it wrong. I'm an attorney (former software dev) working on a way to organize my legal cases, so I tried creating two templates. One is "defendant" and the other is "court case".
Defendant:
#template #iconClass="bx bxs-cool" #label:Age=promoted,single,number
Court case:
#template #sorted #label:FiledOn=promoted,single,date #iconClass="bx bx-cabinet"
The defendant template has a ~child:template=[Court Case] entry, so that any new notes created below follow that template.
The problem is that the [Court Case] instances show the promoted "Age" label in addition to its own "FiledOn" even though inherit is not selected.
Beta Was this translation helpful? Give feedback.
All reactions