Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timetracker breaks with NC26 #210

Closed
kralan opened this issue Mar 21, 2023 · 3 comments
Closed

timetracker breaks with NC26 #210

kralan opened this issue Mar 21, 2023 · 3 comments

Comments

@kralan
Copy link

kralan commented Mar 21, 2023

timetracker uses the deprecated API OCP\AppFramework\Db\Mapper which was removed with NC26.
See nextcloud/server#34692 and nextcloud/server#34490

@elpraga
Copy link

elpraga commented Mar 24, 2023

I've noticed the same (I believe) issue discusses about the Music app @mtierltd @kralan . Could a similar solution work for Timetracker as well?

@JoshuaPettus
Copy link

Should note Music has the added issue of maintaining compatibility with Owncloud and shipping its own version of mapper is the only way to allow both.

@rnagy rnagy closed this as completed in 6d64260 Mar 25, 2023
@blizzz
Copy link

blizzz commented Mar 25, 2023

Should note Music has the added issue of maintaining compatibility with Owncloud and shipping its own version of mapper is the only way to allow both.

It can be seen as a quick fix to establish compatibility in a short time, but eventually the migration to QBMapper should be done. Mapper is deprecated for a long time already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants