implemented highlighting of tiles on action edit

This commit is contained in:
Stephan Richter
2021-05-28 13:18:23 +02:00
parent 029222ffa2
commit 19b1b3ed01
24 changed files with 102 additions and 20 deletions

View File

@@ -25,6 +25,12 @@ public class TriggerContact extends Action {
return false;
}
@Override
protected String highlightId() {
return isSet(contact) ? contact.id().toString() : null;
}
@Override
public JSONObject json() {
JSONObject json = super.json();