When i was making a datagrid and let the contents be automatically filled, i needed a column that referenced the ID of a Properties entity it had a 1 – * relation with and from there it should've picked attributes from an Document entity where the Properties entity had a 1 – 1 relation with. Which i didn't see at all when trying to select the ID attribute of the Document entity inside the column. After a good amount of removing and readding a column (for reasons i wont delve deeper in) the connector for the Document entity and all its attributes showed up, i still have no idea how it happened but it just did. Though when making a new column i had to repeat the exact same process of deleting and adding inorder to get the Document entity. After that small ordeal i wanted to see if dataview was also somehow affected by this, but it didn't. I can reference attributes with ease from there, but when using a datagrid i could barely select any attribute. Is this a bug or did i overlook something?
↧