Skip to content

Fix #116: Remove default SOA in Extension & Force reversion context

moamoak requested to merge Fix_116 into master
  • The default for extension SOA is now None, else a new SOA named SOA to edit was created when adding a new extension (because of the get_or_create() )
  • The mixins are now inside a reversion context else sometimes the reversion context was not set and re2o would crash on the set_comment

Merge request reports