Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit a62d54c

Browse files
committed
fixed problem where search function becomes unusable with several thousand objects
1 parent 42b635d commit a62d54c

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Servers
2424
*.log
2525
.idea/*
2626
*.iml
27+
logs

application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
app.grails.version=2.2.5
44
app.name=OpenLabFramework
55
app.servlet.version=2.4
6-
app.version=1.2.2
6+
app.version=1.2.3
77
plugins.ajax-uploader=1.1
88
plugins.bubbling=2.1.4
99
plugins.cloud-foundry=1.2.3

modules/OpenLabBackend

modules/OpenLabBarcode

modules/OpenLabGeneTracker

modules/OpenLabStorage

prototype

0 commit comments

Comments
 (0)