Internal: Remove deprecated or duplicated extra fields from new installation. Renamed many display texts for extra fields.

pull/5665/head
Yannick Warnier 1 year ago
parent 92dde85039
commit 36ce51abab
  1. 240
      src/CoreBundle/DataFixtures/ExtraFieldFixtures.php

@ -111,7 +111,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
[
'variable' => 'mail_notify_invitation',
'display_text' => 'MailNotifyInvitation',
'display_text' => 'Notify of invitations by email',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_SELECT,
'visible_to_self' => true,
@ -120,7 +120,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'mail_notify_message',
'display_text' => 'MailNotifyMessage',
'display_text' => 'Notify of messages by email',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_SELECT,
'visible_to_self' => true,
@ -129,7 +129,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'mail_notify_group_message',
'display_text' => 'MailNotifyGroupMessage',
'display_text' => 'Notify of group messages by email',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_SELECT,
'visible_to_self' => true,
@ -186,7 +186,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'session_courses_read_only_mode',
'display_text' => 'Lock Course In Session',
'display_text' => 'Lock course in session',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -194,7 +194,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'is_mandatory',
'display_text' => 'Is Mandatory',
'display_text' => 'Is mandatory',
'item_type' => ExtraField::SURVEY_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -202,7 +202,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'show_in_catalogue',
'display_text' => 'Show in Catalogue',
'display_text' => 'Show in catalogue',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_RADIO,
'visible_to_self' => true,
@ -210,7 +210,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'multiple_language',
'display_text' => 'Multiple Language',
'display_text' => 'In multiple languages',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_SELECT_MULTIPLE,
'visible_to_self' => true,
@ -234,7 +234,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'start_date',
'display_text' => 'Start Date',
'display_text' => 'Start date',
'item_type' => ExtraField::LP_ITEM_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_DATETIME,
'visible_to_self' => true,
@ -242,7 +242,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'end_date',
'display_text' => 'End Date',
'display_text' => 'End date',
'item_type' => ExtraField::LP_ITEM_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_DATETIME,
'visible_to_self' => true,
@ -258,7 +258,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'send_to_coaches',
'display_text' => 'Send to Coaches',
'display_text' => 'Send to coaches',
'item_type' => ExtraField::SCHEDULED_ANNOUNCEMENT,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -282,7 +282,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'advancedcourselist',
'display_text' => 'Advanced Course List',
'display_text' => 'Advanced courses list',
'item_type' => ExtraField::EXERCISE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_SELECT_MULTIPLE,
'visible_to_self' => true,
@ -290,7 +290,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'ask_for_revision',
'display_text' => 'Ask for Revision',
'display_text' => 'Ask for revision',
'item_type' => ExtraField::FORUM_POST_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -298,26 +298,26 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'ask_new_password',
'display_text' => 'Ask New Password',
'display_text' => 'Ask for new password',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
'visible_to_self' => false,
'changeable' => false,
],
[
'variable' => 'authenticationDate',
'display_text' => 'Authentication Date',
'display_text' => 'Authentication date',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_DATETIME,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'authenticationMethod',
'display_text' => 'Authentication Method',
'display_text' => 'Authentication method',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -325,7 +325,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
'display_text' => 'Azure ID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -346,7 +346,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'buycourses_company',
'display_text' => 'BuyCourses Company',
'display_text' => 'Buyer\'s company',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -354,7 +354,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'buycourses_vat',
'display_text' => 'BuyCourses VAT',
'display_text' => 'Buyer\'s VAT/Tax ID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -362,7 +362,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'buycourses_address',
'display_text' => 'BuyCourses Address',
'display_text' => 'Buyer\'s address',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -370,10 +370,10 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'cas_user',
'display_text' => 'CAS User',
'display_text' => 'CAS user',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -394,7 +394,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'career_diagram',
'display_text' => 'Career Diagram',
'display_text' => 'Career diagram',
'item_type' => ExtraField::CAREER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -408,28 +408,20 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'ConsideredWorkingTime',
'display_text' => 'Considered Working Time',
'item_type' => ExtraField::WORK_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'created_by',
'display_text' => 'Created By',
'display_text' => 'Created by',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'credentialType',
'display_text' => 'Credential Type',
'display_text' => 'Credentials type',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -442,7 +434,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'disable_emails',
'display_text' => 'Disable Emails',
'display_text' => 'Disable all emails',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -450,7 +442,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'disable_import_calendar',
'display_text' => 'Disable Import Calendar',
'display_text' => 'Disable import calendar',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -458,7 +450,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'downloaded_at',
'display_text' => 'Downloaded At',
'display_text' => 'Downloaded at',
'item_type' => ExtraField::USER_CERTIFICATE,
'value_type' => ExtraField::FIELD_TYPE_DATETIME,
'visible_to_self' => true,
@ -466,42 +458,42 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'drupal_user_id',
'display_text' => 'Drupal User ID',
'display_text' => 'Drupal user ID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'etat',
'variable' => 'state',
'display_text' => 'State',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'end_pause_date',
'display_text' => 'End Pause Date',
'display_text' => 'End pause date',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_DATETIME,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'gdpr',
'display_text' => 'GDPR Compliance',
'display_text' => 'GDPR compliance',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'isFromNewLogin',
'display_text' => 'Is From New Login',
'display_text' => 'Is from new login',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -514,31 +506,23 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'longTermAuthenticationRequestTokenUsed',
'display_text' => 'Long Term Authentication Request Token Used',
'display_text' => 'Long term authentication request token used',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'moodle_password',
'display_text' => 'Moodle Password',
'display_text' => 'Moodle password',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'multilingual',
'display_text' => 'Multilingual',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'my_terms',
'display_text' => 'My Terms',
'display_text' => 'My terms',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -546,31 +530,23 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'new_tracking_system',
'display_text' => 'New Tracking System',
'display_text' => 'Use alternate tracking system',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'nif',
'display_text' => 'NIF',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'niveau',
'variable' => 'level',
'display_text' => 'Level',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'no_automatic_validation',
'display_text' => 'No Automatic Validation',
'display_text' => 'Skip automatic validation',
'item_type' => ExtraField::LP_ITEM_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
@ -578,7 +554,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'notification_event',
'display_text' => 'Notification Event',
'display_text' => 'Event notifications',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -594,7 +570,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'number_of_days_for_completion',
'display_text' => 'Number of Days for Completion',
'display_text' => 'Number of days for completion',
'item_type' => ExtraField::LP_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -605,12 +581,12 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
'display_text' => 'OAuth2 ID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'office_address',
'display_text' => 'Office Address',
'display_text' => 'Office address',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -618,7 +594,7 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'office_phone_extension',
'display_text' => 'Office Phone Extension',
'display_text' => 'Office phone extension',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
@ -626,90 +602,74 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'organisationemail',
'display_text' => 'Organisation Email',
'display_text' => 'Organisational email',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'pause_formation',
'display_text' => 'Pause Formation',
'display_text' => 'Pause training',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'popular_courses',
'display_text' => 'Popular Courses',
'display_text' => 'Popular courses',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'plugin_bbb_course_users_limit',
'display_text' => 'BigBlueButton Course Users Limit',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_INTEGER,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'plugin_bbb_session_users_limit',
'display_text' => 'BigBlueButton Session Users Limit',
'item_type' => ExtraField::SESSION_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_INTEGER,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'qualite',
'variable' => 'quality',
'display_text' => 'Quality',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'remedialcourselist',
'display_text' => 'Remedial Course List',
'display_text' => 'Remedial courses list',
'item_type' => ExtraField::COURSE_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'request_for_delete_account',
'display_text' => 'Request for Delete Account',
'display_text' => 'Request account deletion',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'request_for_delete_account_justification',
'display_text' => 'Justification for Account Deletion',
'display_text' => 'Justification for account deletion',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXTAREA,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'request_for_legal_agreement_consent_removal',
'display_text' => 'Request for Legal Agreement Consent Removal',
'display_text' => 'Request for legal agreement\'s consent removal',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'request_for_legal_agreement_consent_removal_justification',
'display_text' => 'Justification for Consent Removal',
'display_text' => 'Justification for consent removal',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXTAREA,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
@ -720,17 +680,9 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'ruc',
'display_text' => 'RUC (Tax ID)',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'session_career',
'display_text' => 'Session Career Link',
'display_text' => 'Session career link',
'item_type' => ExtraField::SESSION_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_INTEGER,
'visible_to_self' => true,
@ -738,26 +690,26 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
],
[
'variable' => 'successful_AuthenticationHandlers',
'display_text' => 'Successful Authentication Handlers',
'display_text' => 'Successful authentication handlers',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'termactivated',
'display_text' => 'Term Activated',
'display_text' => 'Terms enabled',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'terms_villedustage',
'display_text' => 'Terms City of Internship',
'display_text' => 'City of internship\'s terms',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
@ -774,44 +726,20 @@ class ExtraFieldFixtures extends Fixture implements FixtureGroupInterface
'display_text' => 'UID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'visible_to_self' => false,
'changeable' => true,
],
[
'variable' => 'use_score_as_progress',
'display_text' => 'Use Score as Progress',
'display_text' => 'Use score as progress',
'item_type' => ExtraField::LP_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'whispeak_auth_uid',
'display_text' => 'Whispeak Auth UID',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'whispeak_lp_item',
'display_text' => 'Whispeak Learning Path Item',
'item_type' => ExtraField::LP_ITEM_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'whispeak_quiz_question',
'display_text' => 'Whispeak Quiz Question',
'item_type' => ExtraField::QUESTION_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_CHECKBOX,
'visible_to_self' => true,
'changeable' => true,
],
[
'variable' => 'terms_ville',
'display_text' => 'Terms City',
'display_text' => 'City\'s terms',
'item_type' => ExtraField::USER_FIELD_TYPE,
'value_type' => ExtraField::FIELD_TYPE_TEXT,
'visible_to_self' => true,

Loading…
Cancel
Save