Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1dd6d84a

Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt

  • ID 1dd6d84aa18d0a0ec9e36f02eae743625cd569e9
  • Vorgänger b8c7ffdf
  • Nachfolger 371ab59d

Titel von Ansprechpersonen: Freitext-Feld und/oder Auswahlliste

Der Titel wird entweder nur mit einer Auswahlliste angezeigt oder mit
Freitext-Feld und Auswahlliste. Das ist annähernd das alte Verhalten - im
Freitext-Feld eingegebener Text wird auch in contact_titles gespeichert.

In der Mandantenkonfiguration ist das Freitext-Feld (altes Verhalten)
abschaltbar.

Todo: Fremdschlüsselbeziehung zwischen contacts und contact_titles

Unterschiede anzeigen:

js/kivi.CustomerVendor.js
67 67

  
68 68
      kivi.CustomerVendor.setCustomVariablesFromAJAJ(data.contact_cvars, 'contact_cvars_');
69 69

  
70
      if ( contactId )
70
      if ( contactId ) {
71 71
        $('#action_delete_contact').show();
72
      else
72
        $('#contact_cp_title_select').val(contact['cp_title']);
73
      } else {
73 74
        $('#action_delete_contact').hide();
75
        $('#contact_cp_title_select, #contact_cp_abteilung_select').val('');
76
      }
74 77
      if (data.contact.disable_cp_main === 1)
75 78
        $("#contact_cp_main").prop("disabled", true);
76 79
      else
......
79 82
        params.onFormSet();
80 83
    });
81 84

  
82
    $('#contact_cp_title_select, #contact_cp_abteilung_select').val('');
83 85
  };
84 86

  
85 87
  var mapSearchStmts = [

Auch abrufbar als: Unified diff