chg: text moved to the first choice for internal reference category attributes

pull/1510/head
iglocska 2016-09-02 21:32:56 +02:00
parent 7351541a01
commit 14e384e8a2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Attribute extends AppModel {
public $categoryDefinitions = array(
'Internal reference' => array(
'desc' => 'Reference used by the publishing party (e.g. ticket number)',
'types' => array('link', 'comment', 'text', 'other')
'types' => array('text', 'link', 'comment', 'other')
),
'Targeting data' => array(
'desc' => 'Internal Attack Targeting and Compromise Information',