Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f629cfde

Von Tamino Steinert vor 5 Tagen hinzugefügt

  • ID f629cfde47471a659359bd779d90e7a2c6599c34
  • Vorgänger 5a8094ff
  • Nachfolger 8abdb778

Varianten: Ausprägung löschen

Unterschiede anzeigen:

js/kivi.VariantProperty.js
29 29
    $.post('controller.pl', data, kivi.eval_json_result);
30 30
  };
31 31

  
32
  ns.delete_variant_property_value = function() {
33
    var data = $('#variant_property_value_form').serializeArray();
34
    data.push({ name: 'action', value: 'VariantProperty/delete_variant_property_value' });
35
    $.post('controller.pl', data, kivi.eval_json_result);
36
  };
37

  
32 38
  ns.add_variant_property_value = function() {
33 39
    var data = $('#variant_property_value_list_form').serializeArray();
34 40
    data.push({ name: 'action', value: 'VariantProperty/add_variant_property_value' });

Auch abrufbar als: Unified diff