tkalliom
tkalliom
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
Fix #15186 Use a regular expression over a simple text replacement to account for the case where a qualified type is present when adding annotations to the type parameter of...
Use case: we had a previously monolingual application with a model with lots of attributes, presented in a specific order on the admin page. Adding translations, usage of `activeadmin-globalize` would...
The upgrade script replaces `addChildView` with `onChildAdd`, which does not exist in v2. It seems to me that the v2 equivalent of `addChildView` is `_onCollectionAdd`. Looking at https://github.com/marionettejs/backbone.marionette/commit/1af07bafe9e3a87fe467f8f65f50edf656776deb and https://github.com/marionettejs/backbone.marionette/commit/78e55ff1f053ad942a3e7d5a20db54c979b6270a...