You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The structure of the Class fields are ObjectList > ObjectList > Multi-select and Multi-select.
There is one value in both the "Type" and "TypeID" Multi-select dropdowns.
Here is a view of the .md file, which shows that both fields contain a single value.
Next, I change the "TypeID" Multi-select dropdown.
After the values are changed, the Multi-select on the bottom "Type" now shows it's values are missing.
This is a view of the .md file after the "TypeID" Multi-select was changed. As the model suggests, it is also missing values now. The key does not even exist.
Here are a few other things I am noticing.
• The Type and TypeID fields are not displayed in the model or .md file in the same order they are in the Class file.
• The Multi-select field that is first in the list seems to wipe out the values of the Multi-select below it.
• Switching the order of the Multi-selects just changes which one gets wiped out. The top always seems to wipe out the bottom
• Clicking add missing fields on an object under Controls > SubControls > wipes out all other objects under SubControls if they are lower in the list. For example, if there are three objects and I click add missing fields to the 3rd, it does not wipe out 1-2. If I were to do it on 2, it would wipe out 3, and if I were to add the missing fields to 1, it would wipe out 2 and 3.
• This issue is repeatable in both the tab icon menu and the note's field property icon menu.
• Adding a new object to Controls > SubControls > ObjectList adds the object with index 0 instead of the last index+1. This causes the new object to be first in the list. Adding the missing fields to object[0] wipes out all other objects below. Manually setting a value in any of the Multi-select fields will also wipe out any of the objects below in the ObjectList.
---
FileClass: TestClassControls:
- ID: 1Name: Name 1SubControls:
- ID: 1Name: Name 1.1Type:
- PopulationTypeID:
- P
- ID: 2Name: Name 1.2Type:
- PopulationTypeID:
- P
- ID: 2Name: Name 2SubControls:
- ID: 1Name: Name 2.1Type:
- PopulationTypeID:
- P
- ID: 2Name: Name 2.2Type:
- PopulationTypeID:
- P
---
The text was updated successfully, but these errors were encountered:
Obsidian: 1.6.7
Metadata Menu: 0.8.7
Dataview: 0.5.67
MacOS: 14.4.1
The structure of the Class fields are ObjectList > ObjectList > Multi-select and Multi-select.
There is one value in both the "Type" and "TypeID" Multi-select dropdowns.
Here is a view of the .md file, which shows that both fields contain a single value.
Next, I change the "TypeID" Multi-select dropdown.
After the values are changed, the Multi-select on the bottom "Type" now shows it's values are missing.
This is a view of the .md file after the "TypeID" Multi-select was changed. As the model suggests, it is also missing values now. The key does not even exist.
Here are a few other things I am noticing.
• The Type and TypeID fields are not displayed in the model or .md file in the same order they are in the Class file.
• The Multi-select field that is first in the list seems to wipe out the values of the Multi-select below it.
• Switching the order of the Multi-selects just changes which one gets wiped out. The top always seems to wipe out the bottom
• Clicking add missing fields on an object under Controls > SubControls > wipes out all other objects under SubControls if they are lower in the list. For example, if there are three objects and I click add missing fields to the 3rd, it does not wipe out 1-2. If I were to do it on 2, it would wipe out 3, and if I were to add the missing fields to 1, it would wipe out 2 and 3.
• This issue is repeatable in both the tab icon menu and the note's field property icon menu.
• Adding a new object to Controls > SubControls > ObjectList adds the object with index 0 instead of the last index+1. This causes the new object to be first in the list. Adding the missing fields to object[0] wipes out all other objects below. Manually setting a value in any of the Multi-select fields will also wipe out any of the objects below in the ObjectList.
Here is the Class file TestClass.md.
Here is an example note.
The text was updated successfully, but these errors were encountered: