Hi,
I have a DNN 4.3.3 installation with DMX 3 Pro 3.4.6 installed.
I have two questions
- When you are looking at a collection, you would normally be able to click on the collection name to view / edit properties for that collection. From what I can tell there is no way to do that for the root collection. In other words the collection name is not a working link. In the source I see:
<a id="dnn_ctr490_Dispatch_ViewCollection_lblDescription">Root Collectiona>
So, the link is half way there (it's missing an href). Is it supposed to work like this? Should I be able to click on the link and edit the properties for the root collection?
- Also, along the same lines as the question above. If it is supposed to work that way (where you aren't supposed to be able to edit the properties for the root collection), then why is it in an 'A' (link) tag. I'm asking because this causes weird UI issues when viewing the site (especially in fire fox). The text for the root collection behaves like a link (mouse over effects, underline, etc.) but you can't click on it. Most of the time it wouldn't matter, but the client I'm setting this up for has some users that this will definitly confuse and may hinder their adoption of the solution. Is there any reason why this can't be done differently if the root collection name is not supposed to be a link?
Thanks in advance for any feedback on this issue.