Making WordPress.org


Ignore:
Timestamp:
08/31/2018 07:14:32 AM (7 years ago)
Author:
vedjain
Message:

WordCamp: Change deputy_list fields to text.

We would need to standarized deputy process first, so that we have a reliable way to fetch all the deputies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php

    r7642 r7644  
    453453
    454454            $application_keys = array(
    455                 'Date Applied'               => 'date',
    456                 'Already a meetup'           => 'text',
    457                 'Date of Last Contact'       => 'date',
    458                 'Who contacted'              => 'deputy_list',
    459                 'Vetted Date'                => 'date',
    460                 'Vetted by'                  => 'deputy_list',
    461                 'Orientation Date'           => 'date',
    462                 'Oriented by'                => 'deputy_list',
    463                 'Joined chapter date'        => 'date',
    464                 'Joined chapter by'          => 'deputy_list',
     455                'Date Applied'                               => 'date',
     456                'Already a meetup'                           => 'text',
     457                'Date of Last Contact'                       => 'date',
     458                'Who contacted (Wordpress.org username)'     => 'text',
     459                'Vetted Date'                                => 'date',
     460                'Vetted by (Wordpress.org username)'         => 'text',
     461                'Orientation Date'                           => 'date',
     462                'Oriented by (Wordpress.org username)'       => 'text',
     463                'Joined chapter date'                        => 'date',
     464                'Joined chapter by (Wordpress.org username)' => 'text',
    465465            );
    466466
     
    475475                'Region'                                       => 'text',
    476476                'Address'                                      => 'textarea',
    477                 'Extra Comments' => 'textarea',
     477                'Extra Comments'                               => 'textarea',
    478478            );
    479479
Note: See TracChangeset for help on using the changeset viewer.