mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Upgrade from 7.7.6 to 7.7.8: disappeared "edit" icon in Reports list view #1504
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#1504
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Landver on GitHub (Nov 28, 2016).
Issue
After Upgrade of SuiteCRM, in Reports module list view "Edit" icon disappeared.
Expected Behavior
Here is example of code that suppose to be in that place (I took it from "Cases" as example):
Actual Behavior
And here is what I have in Reports now:
So on the place where suppose to be clickable Edit Icon, I just see empty space.
Possible Fix
Edit source code maybe?
Steps to Reproduce
I didn't made any customization of that module, that can broke it works suddenly, so I think this is only happened because changes made by SalesAgility in versions 7.7.7 and 7.7.8
Btw,
chmod -R 775didn't solved the problemContext
I think priority is low, because there is workaround: you can still edit Reports, but you must open Detail view, and from there you will have all options that you need in left up corner.
Your Environment
Linux crm-server 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
@shogunpol commented on GitHub (Nov 28, 2016):
@Landver , may i ask about some additional information;
can you provide screenshot and highlight which icon you talk about?
and, did you set up right permissions?
@Landver commented on GitHub (Nov 28, 2016):
@shogunpol, yes of cource

how it looks on 7.7.6 version of SuiteCRM
how it looked on 7.7.8. Sorry, I deleted that copy, so I manually edited code of the page, to show you what I mean. Just keep in mind that "Edit" icon disappeared in all elements of module Reports, not only the first one(where I deleted code as example

Regarding permissions, that was the first thing that I checked. I think they are OK:
I put
chmod -R 775on the whole SuiteCRM folder withchown -R www-data:www-data@Landver commented on GitHub (Nov 29, 2016):
The best proof that you have the bug is your own Demo site
http://demo.suiteondemand.com/
You also have that bug there. Just create any report and you will see in list view that there is no edit icon.
And I forgit to mention that bug appear in "Suite R" theme, but doesn't appear in "Suite P" theme.
@Dillon-Brown commented on GitHub (Sep 21, 2017):
Unable to replicate with later versions. Please re-open if this is still an issue you can replicate and provide clear steps for. Thanks.