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

Campaign view status page - Subpanel issue #7150

Open
dtosun61 opened this issue Apr 5, 2019 · 3 comments
Open

Campaign view status page - Subpanel issue #7150

dtosun61 opened this issue Apr 5, 2019 · 3 comments
Assignees
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Moderate Key function failed, but no or little impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase

Comments

@dtosun61
Copy link

dtosun61 commented Apr 5, 2019

Issue

When i set my user prefences to "Show collapsed subpanel hint", subpanel of Campaign view status page is not seen well.
Screenshot_1

Screenshot_2

Expected Behavior

It should be looks like others.

Actual Behavior

Possible Fix

Steps to Reproduce

  1. Open user preferences Layout Options
  2. Select "Show collapsed subpanel hint"
  3. Open Campaign view status page page
  4. Look at the subpanels

Context

Your Environment

  • SuiteCRM Version used: 7.10.15
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)):
  • Environment name and version (e.g. MySQL, PHP 7): PHP 7
  • Operating System and version (e.g Ubuntu 16.04): Ubuntu 16.04
@willrennie
Copy link
Contributor

@dursuntosun I don't get this exact issue but definitely display issues with this functionality so marking as a bug. Attached is what I see in my test of 7.10.15
Screenshot from 2019-04-05 14-16-29
Screenshot from 2019-04-05 14-15-24

@willrennie willrennie added Type: Bug Bugs within the core SuiteCRM codebase Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds labels Apr 5, 2019
@ebogaard
Copy link

This is fixable by changing the following file: modules/Campaigns/SubPanelViewer.php

Change (row 100):

$subpanel_object->display();

To:

$countOnly = isset($_REQUEST['countOnly']) && $_REQUEST['countOnly'];
$subpanel_object->display($countOnly);

@chris001
Copy link
Contributor

@ebogaard
Can you make a new Pull Request with your fix?

ebogaard added a commit to ebogaard/SuiteCRM that referenced this issue Mar 18, 2024
@serhiisamko091184 serhiisamko091184 added Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Severity: Moderate Key function failed, but no or little impact labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Moderate Key function failed, but no or little impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

6 participants