Hi, I found an issue while adding attributes to a folder via the API. If I add a STRING type attribute called "Keywords", all of the folders and files disappear from the user interface. All that is shown is the root "Document Exchange" folder, it's not possible to expand this folder and the right-click context menu loses it's 'Attributes' option. If I go into the dnn_DMX_Attributes table and change the attribute key to something else, everything comes back. Is "Keywords" intended to be a reserved word? The API method used to add the attribute is the constructor on DMX.Entities.Attributes.AttributeInfo() Hopefully you can use this information to help someone avoid a very frustrating couple of days debugging! Regards, Darren DMX version: 06.01.05 DNN version: 7.0.3 |