Closed (fixed)
Project:
Field Group
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2020 at 13:24 UTC
Updated:
31 Oct 2021 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
huzookaComment #3
huzookaComment #4
wim leers🤔 Is this what causes the field group configuration that gets added to the
Entity(View|Form)Displayto be restructured/reformatted to ensure that subsequent saves via the UI do not cause things to change anymore?IOW, is this what you meant by
?
🤔 Why are these obsolete? An
@seewould be helpful here!{@inheritdoc}🤓
👍 Aha, so this first checks the configuration of multiple view displays and form displays post-migration, then navigates to the admin UI for each, resaves it through the UI, and verifies they do not get overwritten.
Comment #5
huzookaComment #6
huzookaRe #4:
Comment #7
wim leers🚢
Comment #8
nils.destoop commentedEverything seems to be ok. I had to re-apply the patch, just a quick check if tests are still ok:
Comment #9
neslee canil pinto@nils.destoop the tests are failing at #8 , setting to NW.
Comment #10
huzookaTest should be updated for #2998778: Make responsiveness for vertical/horizontal tabs configurable
Comment #11
huzookaBTW, why this
width_breakpointsetting is not in the default configuration? (Or why it is not nullable?..)Comment #12
omkar.podey commentedChecking kernel tests , functional test results with fixes.
Comment #13
omkar.podey commentedUpdated and making some values default to pass assertions.
Comment #14
omkar.podey commentedFixed coding standard errors.
Comment #15
omkar.podey commentedComment #16
huzookaI have only two nits, #1 and #2:
Unneeded trailing whitespace. Although I would not touch this comment (because it is not related to the task),
if you want to do it anyway, let's break it before 'array.'.
See point #1 above. The char limit is 80.
👍 These are the only major differences - the default value of
show_empty_fieldswasn't added to the default context settings of Tab and Tabs in #1482958: Allow field_group with empty fields to be displayed via setting (4 month ago).Comment #17
omkar.podey commentedRemoved whitespaces.
Comment #18
omkar.podey commentedComment #19
omkar.podey commentedfixed comments.
Comment #20
omkar.podey commentedFixing comments again.
Comment #21
huzooka#20 is RTBC.
Comment #23
nils.destoop commentedThx, this has been committed to dev