@@ -678,7 +678,7 @@ Set(%PageLayouts,
678678 { Layout => ' col-md-6' ,
679679 Title => ' Ticket metadata' ,
680680 Elements => [
681- [ ' Basics' , ' Times' , ' CustomFieldCustomGroupings' , ' Dates' , ' Attachments' , ' Requestors' ],
681+ [ ' Basics' , ' Times' , ' Description ' , ' CustomFieldCustomGroupings' , ' Dates' , ' Attachments' , ' Requestors' ],
682682 [ ' Articles' , ' LinkedQueues' , ' Assets' , ' LinkedArticles' , ' CVEDetails' ],
683683 ],
684684 },
@@ -690,7 +690,7 @@ Set(%PageLayouts,
690690 { Layout => ' col-md-6' ,
691691 Title => ' Ticket metadata' ,
692692 Elements => [
693- [ ' Basics' , ' Times' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
693+ [ ' Basics' , ' Times' , ' Description ' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
694694 [ ' People' , ' Articles' , ' Dates' , ' Assets' , ' Requestors' ],
695695 ],
696696 },
@@ -702,7 +702,7 @@ Set(%PageLayouts,
702702 { Layout => ' col-md-6' ,
703703 Title => ' Ticket metadata' ,
704704 Elements => [
705- [ ' Basics' , ' Times' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
705+ [ ' Basics' , ' Times' , ' Description ' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
706706 [ ' People' , ' Articles' , ' Dates' , ' Assets' , ' Requestors' ],
707707 ],
708708 },
@@ -714,7 +714,7 @@ Set(%PageLayouts,
714714 { Layout => ' col-md-6' ,
715715 Title => ' Ticket metadata' ,
716716 Elements => [
717- [ ' Basics' , ' Times' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
717+ [ ' Basics' , ' Times' , ' Description ' , ' CustomFieldCustomGroupings' , ' LinkedArticles' , ' CVEDetails' , ' Attachments' ],
718718 [ ' People' , ' Articles' , ' Dates' , ' Assets' , ' Requestors' ],
719719 ],
720720 },
@@ -728,31 +728,31 @@ Set(%PageLayouts,
728728 { Layout => ' col-md-7,col-md-5' ,
729729 Elements => [
730730 [ ' Message' , ' Submit' ],
731- [ ' Basics' , ' Assets' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
731+ [ ' Basics' , ' Assets' , ' Description ' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
732732 ],
733733 },
734734 ],
735735 ' Incident Reports' => [
736736 { Layout => ' col-md-7,col-md-5' ,
737737 Elements => [
738738 [ ' Message' , ' Submit' ],
739- [ ' Basics' , ' Assets' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
739+ [ ' Basics' , ' Assets' , ' Description ' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
740740 ],
741741 },
742742 ],
743743 Investigations => [
744744 { Layout => ' col-md-7,col-md-5' ,
745745 Elements => [
746746 [ ' Message' , ' Submit' ],
747- [ ' Basics' , ' Assets' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' , ' AttachReports' ],
747+ [ ' Basics' , ' Assets' , ' Description ' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' , ' AttachReports' ],
748748 ],
749749 },
750750 ],
751751 Countermeasures => [
752752 { Layout => ' col-md-7,col-md-5' ,
753753 Elements => [
754754 [ ' Message' , ' Submit' ],
755- [ ' Basics' , ' Assets' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
755+ [ ' Basics' , ' Assets' , ' Description ' , ' CustomFieldCustomGroupings' , ' Dates' , ' Times' ],
756756 ],
757757 },
758758 ],
@@ -860,31 +860,31 @@ Set(%CustomFieldGroupings,
860860 ' Incidents' => [
861861 ' Networking' => [ ' IP' , ' Domain' ],
862862 ' Details' => [
863- ' How Reported' , ' Reporter Type' , ' Customer' , ' Description ' ,
863+ ' How Reported' , ' Reporter Type' , ' Customer' ,
864864 ' Resolution' , ' Function' , ' Classification' , ' CVE ID' ,
865865 ' Customer' , ' Netmask' , ' Port' , ' Where Blocked'
866866 ],
867867 ],
868868 ' Incident Reports' => [
869869 ' Networking' => [ ' IP' , ' Domain' ],
870870 ' Details' => [
871- ' How Reported' , ' Reporter Type' , ' Customer' , ' Description ' ,
871+ ' How Reported' , ' Reporter Type' , ' Customer' ,
872872 ' Resolution' , ' Function' , ' Classification' , ' CVE ID' ,
873873 ' Customer' , ' Netmask' , ' Port' , ' Where Blocked'
874874 ],
875875 ],
876876 ' Investigations' => [
877877 ' Networking' => [ ' IP' , ' Domain' ],
878878 ' Details' => [
879- ' How Reported' , ' Reporter Type' , ' Customer' , ' Description ' ,
879+ ' How Reported' , ' Reporter Type' , ' Customer' ,
880880 ' Resolution' , ' Function' , ' Classification' , ' CVE ID' ,
881881 ' Customer' , ' Netmask' , ' Port' , ' Where Blocked'
882882 ],
883883 ],
884884 ' Countermeasures' => [
885885 ' Networking' => [ ' IP' , ' Domain' ],
886886 ' Details' => [
887- ' How Reported' , ' Reporter Type' , ' Customer' , ' Description ' ,
887+ ' How Reported' , ' Reporter Type' , ' Customer' ,
888888 ' Resolution' , ' Function' , ' Classification' , ' CVE ID' ,
889889 ' Customer' , ' Netmask' , ' Port' , ' Where Blocked'
890890 ],
0 commit comments