effective_classifieds 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fc07e4c951edd63780e49029746786add1983892bc513e9c5e74dec61355fae
4
- data.tar.gz: 985b7ff1866e71415cca8f4d46ca9fcca8dde0073ecc21ecd1293d6eb70ca9e1
3
+ metadata.gz: 51e3c4b79d86185bd7f3a2aa88867838d983daf60896259e4315b8d2e10d9333
4
+ data.tar.gz: 5d9f21820b57d4b1ed971d6d0cd2dc8e17b8544133d9cd1c6a509d24c51a1db2
5
5
  SHA512:
6
- metadata.gz: d9e5eea7dd4e285be7a81026fae9ef9e5376db94f18f713f3aa824f1463bbddb0cedcd1ba34176e735976c9542e80b419858a9a673b327e56ff408a2de7ea7d1
7
- data.tar.gz: b90ca02dc0cb7e60c007d111a0e3c135ca17005fa9220c4f8cf786c1de182f009bf2743779585629d42be457b94c3b228f8634ac2d1e5ae4a2455ec2c955a932
6
+ metadata.gz: 527dcb900c0c409c6354c0b5245868f47a4c3c5a2d0f06db4725202c3950955c61631d620245db836197ba4e3dbd6567f08337c53a255ddaa9da67251199e655
7
+ data.tar.gz: ee12130d62f3e91459b0f055a919da5a1094afd7b66dffbc168bcfb7514fe6b284e53dcce1125f1df1cc1ebdda252a124cd134befb998a4b78e3da1e4c592cdf
@@ -11,6 +11,7 @@ class Admin::EffectiveClassifiedWizardsDatatable < Effective::Datatable
11
11
 
12
12
  col :classified, search: :string
13
13
  col :owner
14
+ col :user, visible: false
14
15
 
15
16
  col :orders
16
17
 
@@ -3,16 +3,21 @@
3
3
  = render 'admin/classifieds/form_classified', classified: classified
4
4
 
5
5
  - if classified.persisted?
6
+ - if classified.classified_wizard.present?
7
+ = tab(et(EffectiveClassifieds.ClassifiedWizard)) do
8
+ = card('Wizard') do
9
+ = render('effective/classified_wizards/summary', classified_wizard: classified.classified_wizard)
6
10
 
7
- = tab 'Access' do
8
- = render '/admin/classifieds/form_access', classified: classified
11
+ = render('effective/classified_wizards/classified_wizard', classified_wizard: classified.classified_wizard)
9
12
 
10
- - if classified.classified_wizard.present?
11
13
  = tab 'Orders' do
12
14
  %h2 Orders
13
15
  - datatable = Admin::EffectiveOrdersDatatable.new(parent: classified.classified_wizard, owner: classified.owner, user: classified.owner, total: false)
14
16
  = render_datatable(datatable, simple: true)
15
17
 
18
+ = tab 'Access' do
19
+ = render '/admin/classifieds/form_access', classified: classified
20
+
16
21
  - if classified.class.respond_to?(:acts_as_trackable?)
17
22
  = tab 'Tracks' do
18
23
  - datatable = Admin::EffectiveTracksDatatable.new(owner: classified)
@@ -1,3 +1,3 @@
1
1
  module EffectiveClassifieds
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '0.8.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_classifieds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect