Skip to content

Conversation

@juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Aug 10, 2023

Fix loading versions in subdirectories as the path is not having a trailing directory separator.

Found when writing tests for this in nextcloud/text#4663

Checklist

@juliusknorr juliusknorr requested review from a team, Pytal, skjnldsv and susnux and removed request for a team August 10, 2023 09:11
@juliusknorr juliusknorr added bug 3. to review Waiting for reviews labels Aug 10, 2023
@juliusknorr juliusknorr added this to the Nextcloud 28 milestone Aug 10, 2023
@juliusknorr
Copy link
Member Author

/backport to stable27

@juliusknorr juliusknorr force-pushed the bugfix/noid/version-subdirectory branch from c97ce8b to 2c8753a Compare August 10, 2023 10:43
@juliusknorr
Copy link
Member Author

/compile

Signed-off-by: nextcloud-command <[email protected]>
@juliusknorr juliusknorr merged commit 8436694 into master Aug 10, 2023
@juliusknorr juliusknorr deleted the bugfix/noid/version-subdirectory branch August 10, 2023 11:44
@juliusknorr
Copy link
Member Author

/backport 2c8753a to stable27

@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants