@@ -2481,7 +2481,7 @@ E.g.
24812481 Title => 'Ticket metadata', # loc
24822482 Layout => 'col-4',
24832483 Elements => [
2484- [ 'Basics', 'CustomFieldCustomGroupings' ],
2484+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } ],
24852485 [ 'Dates', 'LinkedQueues', 'Links' ],
24862486 ['Attachments'],
24872487 ],
@@ -2507,7 +2507,7 @@ E.g.
25072507 Title => 'Ticket metadata', # loc
25082508 Layout => 'col-lg-4 col-md-6, col-lg-8 col-md-6',
25092509 Elements => [
2510- [ 'Basics', 'CustomFieldCustomGroupings: Specs' ], # Show Specs custom field grouping
2510+ [ 'Basics', { Name => 'CustomFieldCustomGroupings', Groupings => ' Specs', ColumnWidth => 'sm' } ], # Narrow columns for Specs grouping
25112511 [ 'People', 'Dates', 'Links' ],
25122512 ],
25132513 },
@@ -2522,7 +2522,7 @@ E.g.
25222522 Layout => 'col-md-6',
25232523 Title => 'Ticket metadata', # loc
25242524 Elements => [
2525- [ 'Basics', 'CustomFieldCustomGroupings', 'People', 'Attachments', 'Requestors' ],
2525+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } , 'People', 'Attachments', 'Requestors' ],
25262526 [ 'Reminders', 'Articles', 'Dates', 'LinkedQueues', 'Assets', 'Links' ],
25272527 ],
25282528 },
@@ -2538,7 +2538,7 @@ E.g.
25382538 Layout => 'col-md-7,col-md-5',
25392539 Elements => [
25402540 [ 'Message', 'Submit' ],
2541- [ 'Basics', 'Assets', 'CustomFieldCustomGroupings', 'Dates', 'Links' ],
2541+ [ 'Basics', 'Assets', { Name => 'CustomFieldCustomGroupings' } , 'Dates', 'Links' ],
25422542 ],
25432543 },
25442544 ],
@@ -2557,7 +2557,7 @@ E.g.
25572557 Layout => 'col-md-6',
25582558 Title => 'Ticket metadata', # loc
25592559 Elements => [
2560- [ 'Basics', 'CustomFieldCustomGroupings' ],
2560+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } ],
25612561 [ 'Dates', 'Assets', ],
25622562 ],
25632563 },
@@ -2591,7 +2591,7 @@ E.g.
25912591 Title => 'Asset metadata', # loc
25922592 Layout => 'col-6',
25932593 Elements => [
2594- [ 'Basics', 'Dates', 'CustomFieldCustomGroupings' ],
2594+ [ 'Basics', 'Dates', { Name => 'CustomFieldCustomGroupings' } ],
25952595 [ 'People', 'Links' ],
25962596 ],
25972597 },
@@ -2607,7 +2607,7 @@ E.g.
26072607 Layout => 'col-4',
26082608 Elements => [
26092609 [ 'Basics', 'Links' ],
2610- [ 'People', 'CustomFieldCustomGroupings' ],
2610+ [ 'People', { Name => 'CustomFieldCustomGroupings' } ],
26112611 [ 'Dates' ],
26122612 ],
26132613 },
@@ -2622,7 +2622,7 @@ E.g.
26222622 {
26232623 Layout => 'col-6',
26242624 Elements => [
2625- [ 'Basics', 'CustomFieldCustomGroupings' ],
2625+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } ],
26262626 [ 'People', 'Links', 'Submit' ]
26272627 ],
26282628 },
@@ -2634,7 +2634,7 @@ E.g.
26342634 Layout => 'col-md-4',
26352635 Elements => [
26362636 [ 'Basics', 'Links' ],
2637- [ 'People', 'CustomFieldCustomGroupings' ],
2637+ [ 'People', { Name => 'CustomFieldCustomGroupings' } ],
26382638 [ 'Dates' ],
26392639 ],
26402640 },
@@ -2654,7 +2654,7 @@ Set(
26542654 Layout => 'col-md-6',
26552655 Title => 'Ticket metadata', # loc
26562656 Elements => [
2657- [ 'Basics', 'Times', 'CustomFieldCustomGroupings', 'People', 'Attachments', 'Requestors' ],
2657+ [ 'Basics', 'Times', { Name => 'CustomFieldCustomGroupings' } , 'People', 'Attachments', 'Requestors' ],
26582658 [ 'Reminders', 'Articles', 'Dates', 'LinkedQueues', 'Assets', 'Links' ],
26592659 ],
26602660 },
@@ -2670,15 +2670,15 @@ Set(
26702670 Layout => 'col-md-7,col-md-5',
26712671 Elements => [
26722672 [ 'Message', 'Submit' ],
2673- [ 'Basics', 'Assets', 'CustomFieldCustomGroupings', 'Times', 'Dates', 'Links' ],
2673+ [ 'Basics', 'Assets', { Name => 'CustomFieldCustomGroupings' } , 'Times', 'Dates', 'Links' ],
26742674 ],
26752675 },
26762676 ],
26772677 'One Column' => [
26782678 {
26792679 Layout => 'col-12',
26802680 Elements => [
2681- [ 'Basics', 'Times', 'Assets', 'CustomFieldCustomGroupings', 'Message', 'Dates', 'Links', 'Submit' ],
2681+ [ 'Basics', 'Times', 'Assets', { Name => 'CustomFieldCustomGroupings' } , 'Message', 'Dates', 'Links', 'Submit' ],
26822682 ],
26832683 },
26842684 ],
@@ -2703,7 +2703,7 @@ Set(
27032703 Layout => 'col-md-6',
27042704 Title => 'Ticket metadata', # loc
27052705 Elements => [
2706- [ 'Basics', 'CustomFieldCustomGroupings' ],
2706+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } ],
27072707 [ 'Dates', 'Assets', ],
27082708 ],
27092709 },
@@ -2738,7 +2738,7 @@ Set(
27382738 Layout => 'col-md-4',
27392739 Elements => [
27402740 [ 'Basics', 'Links' ],
2741- [ 'People', 'CustomFieldCustomGroupings' ],
2741+ [ 'People', { Name => 'CustomFieldCustomGroupings' } ],
27422742 [ 'Dates' ],
27432743 ],
27442744 },
@@ -2753,7 +2753,7 @@ Set(
27532753 {
27542754 Layout => 'col-md-6',
27552755 Elements => [
2756- [ 'Basics', 'CustomFieldCustomGroupings' ],
2756+ [ 'Basics', { Name => 'CustomFieldCustomGroupings' } ],
27572757 [ 'People', 'Links', 'Submit' ],
27582758 ],
27592759 },
@@ -2765,7 +2765,7 @@ Set(
27652765 Layout => 'col-md-4',
27662766 Elements => [
27672767 [ 'Basics', 'Links' ],
2768- [ 'People', 'CustomFieldCustomGroupings' ],
2768+ [ 'People', { Name => 'CustomFieldCustomGroupings' } ],
27692769 [ 'Dates' ],
27702770 ],
27712771 },
0 commit comments