Closed (outdated)
Project:
Gin Admin Theme
Version:
8.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2023 at 19:30 UTC
Updated:
6 Jun 2024 at 17:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
saschaeggiComment #3
saschaeggiClosing in favor of #3387813: Actions duplicated at bottom of page with Gin
Comment #4
piridium commentedI am reopening this issue because I think we are better off solving this from gins side instead of vbos.
Gin changes the form
displaytoflexand introducesorderproperties. In particular, the edit header getsorder: 99, which causes it to be positioned at the end.I suggest that this order parameter is removed.
In addition, I would remove the parameter
justify-content: flex-endfor the form-actions, because this causes the buttons in the header to be aligned to the right in contrast to the footer.Please refer to the attached patch.
Comment #5
piridium commentedComment #6
piridium commentedPlease excuse, I was not aware that I replaced a related issue instead of adding one.
Comment #7
j.young commentedThe patch in #4 was working for me on Drupal 9.4.7 but after updating to 10.2.4 I am now only getting one set of buttons at the bottom of the page/view. In Drupal 9 they were at the top and bottom. I get the same results with or without the patch applied. This applies to custom views pages as well as admin/content, admin/people, etc. Any idea how we can restore the top of page buttons in Drupal 10?
Comment #8
j.young commentedDisregard this, I failed to notice that the actions pop up at the bottom when you make a selection. This is perfect!
Comment #9
saschaeggiThis needs an MR
Comment #12
pradhumanjain2311 commentedComment #13
saschaeggiAs Drupal Core adapted Gin's flyout and only include buttons once in Core, I'll close this issue as outdated.