Skip to content

N°8601 N°8603 dashboards issues#813

Merged
bdalsass merged 2 commits intosupport/3.2from
feature/8603-save-dashboard-issue
Feb 23, 2026
Merged

N°8601 N°8603 dashboards issues#813
bdalsass merged 2 commits intosupport/3.2from
feature/8603-save-dashboard-issue

Conversation

@bdalsass
Copy link
Contributor

Base information

Question Answer
Related to a SourceForge thread / Another PR / Combodo ticket? https://support.combodo.com/pages/UI.php?operation=details&class=Bug&id=8601
https://support.combodo.com/pages/UI.php?operation=details&class=Bug&id=8603
Type of change? Bug fix

Symptom (bug) / Objective (enhancement)

see related tickets

@bdalsass bdalsass added this to the 3.2.3 milestone Feb 19, 2026
@bdalsass bdalsass requested a review from jf-cbd February 19, 2026 13:48
@bdalsass bdalsass self-assigned this Feb 19, 2026
@CombodoApplicationsAccount CombodoApplicationsAccount added the internal Work made by Combodo label Feb 19, 2026
@bdalsass bdalsass merged commit 330539a into support/3.2 Feb 23, 2026
1 check passed
@bdalsass bdalsass deleted the feature/8603-save-dashboard-issue branch February 23, 2026 05:51
$('.ibo-dashboard#{$sDashboardDivId}').block();
$.post(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php',
{ operation: 'reload_dashboard', dashboard_id: '{$sDashboardId}', file: '{$sDashboardFile}', extra_params: {$sJSExtraParams}, reload_url: '{$sReloadURL}'},
{ operation: 'reload_dashboard', dashboard_id: '{$sDashboardIdEncoded}', file: '{$sDashboardFile}', extra_params: {$sJSExtraParams}, reload_url: '{$sReloadURLEncoded}'},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I'm not wrong, the encoded string will be quoted, resulting in a js like this:
dashboard_id: '"dashboardid"'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, there is unnecessary quotes.
I made the modification on support 3.2 branch, i also change the same behaviour in dashboard.class.inc.php file.

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

Labels

internal Work made by Combodo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants