Skip to content

Fix empty _rev parameter from dropdown select list #1482

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

big-r81
Copy link
Contributor

@big-r81 big-r81 commented Jun 27, 2025

If there are multiple conflict versions in the dropdown field, the http get request was called with an empty rev parameter and failed. Use the right child object to get the value.

Example:

Before:
GET /b/1?rev= HTTP/1.1

After:
GET /b/1?rev=1-03a8cbc32975d2f58295a1ea2617d965 HTTP/1.1

If there are multiple conflict versions in the dropdown field,
the http get request was called with an empty rev parameter and failed.
Use the right child object to get the value.
@big-r81 big-r81 requested a review from Antonio-Maranhao June 30, 2025 21:22
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

Successfully merging this pull request may close these issues.

1 participant