Making WordPress.org


Ignore:
Timestamp:
08/29/2018 02:34:39 PM (6 years ago)
Author:
vedjain
Message:

WordCamp: Couple of enhancements to meetup tracker.

  1. Added deputy list dropdown box. This will be helpful in keeping values of fields like Who vetted, Added by etc consistent across meetups.
  2. Change language of full name question in meetup application.
File:
1 edited

Legend:

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

    r7639 r7640  
    456456                'Already a meetup'           => 'text',
    457457                'Date of Last Contact'       => 'date',
    458                 'Who contacted'              => 'text',
     458                'Who contacted'              => 'deputy_list',
    459459                'Vetted Date'                => 'date',
    460                 'Vetted by'                  => 'text',
     460                'Vetted by'                  => 'deputy_list',
    461461                'Orientation Date'           => 'date',
    462                 'Oriented by'                => 'text',
     462                'Oriented by'                => 'deputy_list',
    463463                'Joined chapter date'        => 'date',
    464                 'Joined chapter by'          => 'text',
     464                'Joined chapter by'          => 'deputy_list',
    465465            );
    466466
Note: See TracChangeset for help on using the changeset viewer.