Skip to content

Commit 8fedc5e

Browse files
committed
feat: search series by catalog number in user's collection.
See also related commits: bee2754 and 9778afa Fix #673
1 parent 3914aa1 commit 8fedc5e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.x (upcoming release)
2+
- (feature) add possibility for search series by catalog number in user's collection (contributed by Mukesh Katariya)
3+
14
0.4
25
- (infrastructure) switched to Java8
36
- (user interface) ported to Bootstrap 3

src/main/java/ru/mystamps/web/support/togglz/Features.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public enum Features implements Feature {
5454
SHOW_SUGGESTION_LINK,
5555

5656
@Label("/site/index: search by catalog in collection")
57+
@EnabledByDefault
5758
SEARCH_IN_COLLECTION;
5859

5960
public boolean isActive() {

0 commit comments

Comments
 (0)