Changeset 20773


Ignore:
Timestamp:
06/19/16 09:11:11 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JS): fixed bug regarding order of the prefix in the marshall call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.js

    r20690 r20773  
    2727
    2828                //Marshall current object
    29                 md[field].marshall(['md.'+field],md,fid);
     29                md[field].marshall(md,['md.'+field],fid);
    3030        }
    3131
Note: See TracChangeset for help on using the changeset viewer.