#4564 - Show ID's on Tree lists
| Identifier | #4564 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Show ID's on Tree lists |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | I am not sure if every item on a tree list would have an ID (I assume so). As previously mentioned, I have many catalogue entries which share the same name and only the ID is unique. To see the ID would be useful in my case, but It may be also be useful in general? |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
For now a quick way to get the ID is to paste this into the browser's console:
document.getElementsByClassName('hidden_but_needed')[0].value;