biocodellc / biocode-fims-commons

Biocode Field Information Management System
3 stars 0 forks source link

Verify that immutable ProjectConfig data can't be updated #43

Open rodney757 opened 6 years ago

rodney757 commented 6 years ago

We started this, but I don't think it's finished. This requires determining what is immutable and implementing this immutability in ProjectConfigUpdator.

rodney757 commented 6 years ago

currently can update entity.type, which should be immutable

rodney757 commented 6 years ago

currently can change the datatype of an attribute that is auto added. Ex PhotoEntity.photoId should be immutable, but isn't