Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 978a5f2f

Von Tamino Steinert vor 6 Monaten hinzugefügt

  • ID 978a5f2fa0fc595a6c7e9369cd12f1a1488eed9d
  • Vorgänger ea15eb77
  • Nachfolger 1ba55874

Varianten: Ausprägung löschen

Unterschiede anzeigen:

js/kivi.VariantProperty.js
$.post('controller.pl', data, kivi.eval_json_result);
};
ns.delete_variant_property_value = function() {
var data = $('#variant_property_value_form').serializeArray();
data.push({ name: 'action', value: 'VariantProperty/delete_variant_property_value' });
$.post('controller.pl', data, kivi.eval_json_result);
};
ns.add_variant_property_value = function() {
var data = $('#variant_property_value_list_form').serializeArray();
data.push({ name: 'action', value: 'VariantProperty/add_variant_property_value' });

Auch abrufbar als: Unified diff