Skip to content

Commit

Permalink
Fix resolve display issue in grid view for filter by link feature (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcommandeur-twocream authored Sep 11, 2024
1 parent 17d155a commit fc64bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/element/helpers/gridColumnConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ pimcore.element.helpers.gridColumnConfig = {
title: title,
items: [formPanel],
bodyStyle: "background: #fff;",
width: 700,
width: width: formPanel.items.items[0].width + 25,

This comment has been minimized.

Copy link
@blankse

blankse Sep 11, 2024

Contributor

@noahcommandeur-twocream @mattamon should be only width: formPanel.items.items[0].width + 25,, right?

This comment has been minimized.

Copy link
@noahcommandeur-twocream

noahcommandeur-twocream Sep 11, 2024

Author Contributor

... yes sry sry

This comment has been minimized.

Copy link
@mattamon

mattamon Sep 11, 2024

Contributor

Sry I also totally missed that. Could you open up another PR please or should I fix it? :)

This comment has been minimized.

Copy link
@noahcommandeur-twocream

noahcommandeur-twocream Sep 11, 2024

Author Contributor

Yes of course, sorry again for the stupid mistake #687

This comment has been minimized.

Copy link
@mattamon

mattamon Sep 11, 2024

Contributor

No worries man! We are all humans. Thanks for the quick follow up! :3

maxHeight: 650
});
this.filterByRelationWindow.show();
Expand Down

0 comments on commit fc64bb2

Please sign in to comment.