suiteP theme in 7.8.2 is ignoring maxColumns #1793

Open
opened 2026-02-20 15:15:35 -05:00 by deekerman · 1 comment
Owner

Originally created by @Lehnerr on GitHub (Mar 23, 2017).

Issue

We've configured maxColumns =>3 in editviewdefs.php and detailviewdefs.php which works fine in theme7.
Now customer want to switch to suiteP. And there are only 2 columes displayed.
More columes would be greate because this theme has too much whitspaces.

Expected Behavior

schould work, like in theme suite7

Actual Behavior

Possible Fix

Steps to Reproduce

  1. increase maxColumns in the 2 files and run quickrepair.
  2. switch between themes

Context

Your Environment

  • SuiteCRM Version used: 7.8.2
Originally created by @Lehnerr on GitHub (Mar 23, 2017). <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> We've configured maxColumns =>3 in editviewdefs.php and detailviewdefs.php which works fine in theme7. Now customer want to switch to suiteP. And there are only 2 columes displayed. More columes would be greate because this theme has too much whitspaces. #### Expected Behavior <!--- Tell us what should happen --> schould work, like in theme suite7 #### Actual Behavior <!--- Tell us what happens instead --> #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. increase maxColumns in the 2 files and run quickrepair. 2. switch between themes 3. 4. #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.8.2
Author
Owner

@pgorod commented on GitHub (Aug 23, 2019):

In case anyone wants to work on this, they probably need to change the Detail and Edit view tpl's to move the screen structure to be handled by Bootstrap columns.

A draft example of that for the Admin screen is here:
https://github.com/salesagility/SuiteCRM/compare/master...pgorod:patch-11

@pgorod commented on GitHub (Aug 23, 2019): In case anyone wants to work on this, they probably need to change the Detail and Edit view `tpl`'s to move the screen structure to be handled by Bootstrap columns. A draft example of that for the Admin screen is here: https://github.com/salesagility/SuiteCRM/compare/master...pgorod:patch-11
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SuiteCRM-SuiteCRM#1793
No description provided.