Skip to content
Snippets Groups Projects

Resolve "Conduites en charge : ajouter loi de Strickler"

Merged David Dorchies requested to merge 596-conduites-en-charge-ajouter-loi-de-strickler into devel
3 files
+ 47
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -81,7 +81,7 @@ export abstract class FormulaireDefinition extends FormulaireNode implements Obs
return this._calculateDisabled;
}
private getPropValue(key: string): any {
public getPropValue(key: string): any {
if (this._currentNub === undefined)
return this.defaultProperties[key];
return this._currentNub.getPropValue(key);
Loading