initial ui for entry filtering

This commit is contained in:
Athou
2014-11-04 16:01:37 +01:00
parent 5ce2823d0b
commit 8f2ba5e186
7 changed files with 49 additions and 4 deletions

View File

@@ -41,6 +41,6 @@ public class FeedSubscription extends AbstractModel {
private Integer position;
@Column(length = 4096)
private String filter = "author.contains('a')";
private String filter;
}