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

Unable to update parameters on reports #10561

Open
kale1d0code opened this issue Oct 23, 2024 · 3 comments
Open

Unable to update parameters on reports #10561

kale1d0code opened this issue Oct 23, 2024 · 3 comments
Labels
Area: Reports Issues & PRs related to all things regarding reports Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase

Comments

@kale1d0code
Copy link
Contributor

kale1d0code commented Oct 23, 2024

Issue

It is not possible to update parameters on a report.
If a user presses update on a Report detail view,
the screen will refresh with an empty result

Possible Fix

undo any changes which prevent AOR Reports parameters from updating

Steps to Reproduce the Issue

1. create a report with parameters
2. view the report
3. press update
...

Context

makes reports much harder to use.
users have to create duplicated reports with different default values for the parameters to regain similar functionality.

Version

7.14.4

What browser are you currently using?

Chrome

Browser Version

Google Chrome Version 129.0.6668.89 (Official Build) (64-bit)

Environment Information

MariaDB 10.9.4 | PHP 8.1.29

Operating System and Version

Debian GNU/Linux 10 (buster)

@kale1d0code kale1d0code added the Type: Bug Bugs within the core SuiteCRM codebase label Oct 23, 2024
@kale1d0code
Copy link
Contributor Author

After looking into this more closely,
It seems to be a misunderstanding between the wording in the operators and the way they behave with different field types.

If an end-user uses the equals operator, updating parameters breaks the report.
when using the one of operator, the report behaves as expected.

@pgorod
Copy link
Contributor

pgorod commented Oct 24, 2024

Is this reproducible in the live demo?

@kale1d0code
Copy link
Contributor Author

@pgorod I tested this against a text-field however I couldn't find any modules with a multiselect field in the live demo

@johnM2401 johnM2401 added Area: Reports Issues & PRs related to all things regarding reports Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Reports Issues & PRs related to all things regarding reports Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants