Revision 9fb70609
Von Werner Hahn vor 8 Monaten hinzugefügt
SL/Controller/VariantProperty.pm | ||
---|---|---|
57 | 57 |
sub action_reorder_properties { |
58 | 58 |
my ($self) = @_; |
59 | 59 |
|
60 |
SL::DB::Shop->reorder_list(@{ $::form->{shop_id} || [] });
|
|
60 |
SL::DB::VariantProperty->reorder_list(@{ $::form->{variant_property_id} || [] });
|
|
61 | 61 |
$self->render(\'', { type => 'json' }); # ' emacs happy again |
62 | 62 |
} |
63 | 63 |
|
64 |
#sub action_list_property_values_list { |
|
65 |
# my ($self) = @_; |
|
66 |
# |
|
67 |
# $self->_setup_list_action_bar; |
|
68 |
# $self->render('variant_property/variant_property_list', |
|
69 |
# title => t8('Variant Property'), |
|
70 |
# VARIANTPROPERTIES => SL::DB::Manager::VariantProperty->get_all_sorted, |
|
71 |
# ); |
|
72 |
#} |
|
73 |
|
|
74 |
#sub action_reorder { |
|
75 |
# my ($self) = @_; |
|
76 |
# |
|
77 |
# SL::DB::DeliveryTerm->reorder_list(@{ $::form->{delivery_term_id} || [] }); |
|
78 |
# |
|
79 |
# $self->render(\'', { type => 'json' }); # ' make Emacs happy |
|
80 |
#} |
|
81 |
# |
|
64 | 82 |
# |
65 | 83 |
#inits |
66 | 84 |
# |
Auch abrufbar als: Unified diff
VariantProperty: Eigenschaften-Konfiguration Liste mit Sortierung