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

User profile tabs show data from all tabs #1862

Closed
willrennie opened this issue Aug 3, 2016 · 1 comment
Closed

User profile tabs show data from all tabs #1862

willrennie opened this issue Aug 3, 2016 · 1 comment
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds 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

@willrennie
Copy link
Contributor

Issue

When updating profile information in SuiteCRM 7.7, the tabs appear to show all fields/data instead of fields/data specific to each tab. This means that all tabs show the same information and appear redundant(if the layout should work like this). In previous versions, tabs showed specific fields/data for that tab, such as the password tab simply showing fields to allow users to change/update their password.

Expected Behavior

Clicking on individual tabs within the user profile should show fields specific to that tab.

Actual Behavior

Clicking on individual tabs shows all fields for all of the tabs, so when you click different tabs you simply get the same fields listed.

Possible Fix

The fix I would suggest is to ensure that only user preferences relevant to the tab that you have clicked on is shown and not all of the user preferences shown in one tab. Alternatively, if the profile is to show all fields in one page/tab, the tabs should be deprecated.

Steps to Reproduce

  1. Install SuiteCRM 7.7.
  2. Login to the CRM and navigate to your user profile(hover over username in the top right menu and click the 'Profile' link).
  3. Click any tab within your profile.
  4. Observe that user preferences from all tabs are shown within tabs which should only show fields and data specific to that tab, such as the 'Password' tab.

Context

The bug has affected me as it was apparent that all fields were showing when I simply wanted to change my password. When clicking the password tab, I only expected to see password fields and not be shown all of my user preferences.

I feel this should be of medium priority.

Your Environment

  • SuiteCRM Version used: 7.7
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome 43.0.2357.130, Firefox 47.
  • Environment name and version (e.g. MySQL, PHP 7): PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46), MySQL Server version: 5.5.47-0ubuntu0.14.04.1 (Ubuntu)
  • Operating System and version (e.g Ubuntu 16.04): Ubuntu 14.04
@willrennie willrennie added Type:Bug Bugs within the core SuiteCRM codebase Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds labels Aug 3, 2016
@gymad gymad mentioned this issue Aug 9, 2016
5 tasks
@samus-aran samus-aran added the Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution label Aug 9, 2016
@willrennie
Copy link
Contributor Author

Tested and confirmed as working in 7.7.1 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds 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

3 participants