Christoph Ladurner
Christoph Ladurner
* add concept doi to parent record * apply community changes only if community exists * update record schema to newest * fix small coding style errors
* invenio-admin has been deprecated since a while in favour of invenio-administration
Package version (if known): newest ## Describe the bug [this](https://github.com/inveniosoftware/invenio-app-rdm/commit/92e2fa9514b6fb571094344e769551f3b9c329e1#diff-6b6a9ff2a21aee0e4a40f378eff26a0cc709d0347921b69dfa13e2fa68d51952) commit removes the `newBtn` parameter from `DashboardSearchLayoutHOC` but does not removes it from the calling point in [here](https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads.js#L178) the `newBtn`...
Package version (if known): latest ## Describe the bug the possible overridable `SearchLayout.searchHeader` ([here](https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/base.js#L84)) misses the `config` parameter which leads to the problem that the `config` can't be used in...
### General Flask 2.2 deprecated the decorators `@before_first_request` and `@before_app_first_request` (and a lot of other stuff). Flask 2.3 removed most of the things 2.2 deprecated. Those two decorators are used...
- fix: missing no_autoflush prevents users imports this should fix https://github.com/inveniosoftware/invenio-users-resources/issues/144
- setup: add black - setup: remove flask upper pin
* to be forward compatible with flask >= 3.0.0 * the url_join will be removed in werkzeug >= 3.0.0 and could be replaced by the urllib.parse.urljoin function * the DeprecationWarning...
- fix: SyntaxWarning: invalid escape sequence '\:' - fix: remove DeprecationWarning for sqlalchemy