question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After upgrade the table views have changed (for worse)

See original GitHub issue

Bug report

What I did

Upgraded to 5.0 from 4.1

What I expected to happen

Table views to basically remain the same

What happened

Table views have changed: the search box moved, details buttons appeared in place of the “three dots” and spacing in the page size selector has disappeared: image

What I’ve already tried to fix it

Try to find an explanation in the docs, not found.

Is it a bug in the latest version of Backpack?

Yes

Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is:

PHP VERSION:

PHP 7.4.9 (cli) (built: Jul 5 2021 13:33:00) ( NTS ) Copyright © The PHP Group Zend Engine v3.4.0, Copyright © Zend Technologies with Zend OPcache v7.4.9, Copyright ©, by Zend Technologies

LARAVEL VERSION:

v8.82.0@411d5243c58cbf12b0fc89cab1ceb50088968c27

BACKPACK VERSION:

5.0.0@c4eb4aeb55dfaf29ecd3f5e0e35ba4321d9c004a

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
pxpmcommented, Feb 8, 2022

Hey @malle-pietje did you republish the public assets ?

If not please do it with: php artisan vendor:publish --force and select the public tag to publish backpack public assets. Using force will override any published assets, take some caution when using it.

I don’t have that css issue you are showing:

image

Let me know. Pedro

1reaction
taenzermecommented, Feb 8, 2022

Fixed it for me!, Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

When I update a view in SQL, does my original table ... - Quora
Yes, when you update a view it affects original table, because SELECT opens an implicit cursor which points to the records from the...
Read more >
If I update a view, will my original tables get updated
The view is, in essence, a stored SELECT statement that masquerades as a table. The data is stored in the original tables and...
Read more >
My view isn't reflecting changes I've made to the underlying ...
The fix is to either drop and re-create or alter the view or to use the sp_refreshview stored procedure.
Read more >
sql server - UPDATE performance where no data changes
If I have an UPDATE statement that does not actually change any data (because the data is already in the updated state), is...
Read more >
UITableViewCell layout not updating until cell is reused
To enable self-sizing table view cells, you must set the table view's rowHeight property to ... Cell layout is not updated until the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found