Project

General

Profile

bug #7022

Updated by Andreas Kohlbecker over 6 years ago

The default value of `TaxonName.protectedAuthorshipCache` is `true`. Since this cache is protected a user with the authority `TAXONNAME.[CREATE]` can not create and persist a new TaxonName without setting this field to `false` prior doing the flush (see #7021 for details). Therefore this field should be initially set to `false`. For many use cases it might be advisable to protect this field for usability reasons, but protecting it initially because of such considerations is too opinionated and breaks the principle of least surprise. surprice.   

Back