hydra-editor 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba7ea1edbcef3612713bac2526dfd8f0c1bb3773
4
- data.tar.gz: 23108f1647be64ccc554d22da97ffc643cad4fd6
3
+ metadata.gz: a3c7bcefdae8a2a708950ca465f1a8fd1681c0ed
4
+ data.tar.gz: 30897bee5326cf52c481968e43a303b1639f8816
5
5
  SHA512:
6
- metadata.gz: bb51cd4ed6e92cb9fa3ed74114caaaf304434c2ebd9c7f1b73ce62d9d68a5a60d4cd7fad27f997f4dd7d8199d6deb60a5faa078ca1784cd938c7e53b92a51fb6
7
- data.tar.gz: 7cfa1823b1157225d5639728cae52266419fc7b8ae33334b01aa53e5fb0c704eecc3321a6ba7c3f89b21c327f2f11bfcdd7bece31de5602da2e17cdc42d60be0
6
+ metadata.gz: 423d8220008a8c5cdab2da1097d6873da0e1f6ffd7a3c997e01004ae8adef4f4742c8a1089d0d43db4a62d4e806a55b5d24d1273fe1fedc7336a663f6eafb29d
7
+ data.tar.gz: 5449e1cd9d8bda697ab1d727c978742c530d717d76754cac82bf6893a42779a5adc00ac2b0f498f4f9965110752e3346d85a15678607092779b91fbabbe05389
data/History.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # History of hydra-editor releases
2
2
 
3
+ ## 1.2.0
4
+ * 2016-01-18: Support Blacklight 6 [Justin Coyne]
5
+
3
6
  ## 1.1.0
4
7
  * 2015-10-09: multiple? shouldn't raise errors when confronted with non-properties [Justin Coyne]
5
8
  * 2015-09-17: Add an instance method version of multiple? [Justin Coyne]
@@ -79,12 +79,12 @@ module RecordsControllerBehavior
79
79
 
80
80
  # Override to redirect to an alternate location after create
81
81
  def redirect_after_create
82
- main_app.catalog_path resource
82
+ main_app.solr_document_path resource
83
83
  end
84
84
 
85
85
  # Override to redirect to an alternate location after update
86
86
  def redirect_after_update
87
- main_app.catalog_path resource
87
+ main_app.solr_document_path resource
88
88
  end
89
89
 
90
90
  def has_valid_type?
@@ -1,3 +1,3 @@
1
1
  module HydraEditor
2
- VERSION = "1.1.1"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hydra-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-07 00:00:00.000000000 Z
12
+ date: 2016-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails