system
August 22, 2019, 2:34am
1
Hi All,
After doing the upgrade to Invoice Ninja - v4.5.14 the display boxes have been resized and don’t format correctly.
Please see screenshot: https://prnt.sc/ow2uw3a
The only custom changes done to the dashboard was removing the graphs, which will only visible to the admin users.
hillel
August 22, 2019, 2:36am
2
It says the screenshot was removed.
Which version did you upgrade from? There haven’t been any changes to the dashboard code for a while.
system
August 22, 2019, 2:46am
3
Hi Hilel,
Upgraded from v4.5.13 to v4.5.14 to the latest version, keeping the software updated to the latest version
system
August 26, 2019, 11:53pm
4
This is the only extra I added
@if (Auth::user()->hasPermission('admin'))
function loadChart(data) {
var ctx = document.getElementById('chart-canvas').getContext('2d');
and
div class=“row”>
@if (Auth::user()->hasPermission(‘admin’))
Should I change the position of the permissions?
hillel
August 27, 2019, 5:30am
5
Sorry, we aren’t able to support custom code changes.
system
August 28, 2019, 10:48pm
6
Hi Hilel,
Can you point me in the direction, of what could be the issue thou?
As I have purchased the licence.
Thanks
system
August 28, 2019, 10:56pm
7
Hi Hilel,
found the issue, just need some editing of the code and adding in <p> </p>
Which seems to have been missing.
hillel
August 31, 2019, 9:52am
8
Great, glad to hear it’s working!