implemented highlighting of tiles on action edit
This commit is contained in:
@@ -57,6 +57,12 @@ public class WaitForContact extends ActionList {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String highlightId() {
|
||||
return isSet(contact) ? contact.id().toString() : null;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public JSONObject json() {
|
||||
JSONObject json = super.json();
|
||||
|
||||
Reference in New Issue
Block a user