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

Fix/1962 error when changing rescan period #1963

Merged
merged 2 commits into from Dec 13, 2023

Conversation

seyfeb
Copy link
Collaborator

@seyfeb seyfeb commented Dec 12, 2023

Topic and Scope

Fixes the error message shown when the update interval field in the settings window is empty.

Concerns/issues

Unfocusing the field does not show a warning, however then the value simply remains unchanged. In the future general form validation capabilities might be helpful (for the settings but also recipe editing), but afaik not supported by Nextcloud vue component by the time of writing.

Closes #1962

Formal requirements

There are some formal requirements that should be satisfied. Please mark those by checking the corresponding box.

  • I did check that the app can still be opened and does not throw any browser logs
  • I created tests for newly added PHP code (check this if no PHP changes were made)
  • I updated the OpenAPI specs and added an entry to the API changelog (check if API was not modified)
  • I notified the matrix channel if I introduced an API change

Depends on #1950

Copy link

github-actions bot commented Dec 12, 2023

Test Results

552 tests   552 ✔️  19s ⏱️
143 suites      0 💤
    3 files        0

Results for commit e6c9a9d.

♻️ This comment has been updated with latest results.

@christianlupus
Copy link
Collaborator

Attention, this is based on the other PR #1950. So, do not merge yet but first handle the other PR.

@christianlupus christianlupus added this to the Release 0.11.0 milestone Dec 12, 2023
Copy link

This PR/issue depends on:

@christianlupus christianlupus force-pushed the fix/1962-error-when-changing-rescan-period branch from e56d385 to 8e703cb Compare December 13, 2023 07:26
seyfeb and others added 2 commits December 13, 2023 08:34
Signed-off-by: Sebastian Fey <sebastian@arfinity.io>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
@christianlupus christianlupus force-pushed the fix/1962-error-when-changing-rescan-period branch from 8e703cb to e6c9a9d Compare December 13, 2023 07:34
@christianlupus christianlupus merged commit 788c845 into master Dec 13, 2023
38 checks passed
@christianlupus christianlupus deleted the fix/1962-error-when-changing-rescan-period branch December 13, 2023 07:39
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.

Error when changing the rescan period
2 participants