atlasmap-attic / atlasmap-ui

An Angular2 module for designing Atlasmap mapping definitions
Apache License 2.0
9 stars 8 forks source link

Run validation&saveMapping only once per single user action #76

Open igarashitm opened 7 years ago

igarashitm commented 7 years ago

Right now just selecting a field causes multiple validation & saveMapping to be invoked from UI. Event model should be refactored so that the single user action run a validation & saveMapping only once.

abkieling commented 7 years ago

@igarashitm Can you provide more details?

igarashitm commented 7 years ago

Nothing else so far, runtime receives 3 validation request from UI when I select a field while no mapping is defined. Need to investigate further.