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

CMD_INFO role in DB config #406

Closed
Naseem77 opened this issue Sep 5, 2024 · 2 comments · Fixed by #438
Closed

CMD_INFO role in DB config #406

Naseem77 opened this issue Sep 5, 2024 · 2 comments · Fixed by #438
Assignees
Labels
bug Something isn't working

Comments

@Naseem77
Copy link
Contributor

Naseem77 commented Sep 5, 2024

A bug occurs when attempting to change the CMD_Info field in the settings. According to the CMD_Info documentation, the valid values for this field are yes and no (representing "on" and "off"). However, an error is triggered when trying to update the field to these valid values, or even when attempting to set it to its current value (e.g., 1). This issue is reproducible through both the API and UI on the staging repository.

  • Steps to Reproduce:

Navigate to the settings page.
Attempt to update the CMD_Info field to a new number or yes/no value.
Try changing the field to its current value (e.g., 1).
Observe the error message.

Image

Image

@Naseem77 Naseem77 added the bug Something isn't working label Sep 5, 2024
@Anchel123
Copy link
Contributor

you just need to give yes / no in number
so yes is 1 and no is 0

@Naseem77
Copy link
Contributor Author

Naseem77 commented Sep 8, 2024

Indeed, attempting to change the value to 0 or 1 from the current value results in error.

00

@Anchel123 Anchel123 linked a pull request Sep 12, 2024 that will close this issue
AviAvni added a commit that referenced this issue Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants