From 4beed8c877485d77bdb6b01a11c047d7717cfd40 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sun, 4 Dec 2011 00:48:34 +0000 Subject: [PATCH] Show status in advanced view --- net/systemeD/potlatch2/TagViewer.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/systemeD/potlatch2/TagViewer.mxml b/net/systemeD/potlatch2/TagViewer.mxml index 3dd633e7..9c8ae323 100644 --- a/net/systemeD/potlatch2/TagViewer.mxml +++ b/net/systemeD/potlatch2/TagViewer.mxml @@ -605,7 +605,7 @@ if ( entity is Node ) entityText = "Node"; else if ( entity is Way ) entityText = "Way"; else if ( entity is Relation ) entityText = "Relation"; - advancedID.htmlText = entityText+": "+entity.id+""; + advancedID.htmlText = entityText+": "+entity.id+" "+(entity.status ? entity.status : ''); } removeRelationListeners(); -- 2.36.1