corsacca
corsacca
Yeah, that looks like a better structure I'll revise by previous comment. In D.T we focus more and the permission instead of a role. This way a new role could...
Neither mapbox or google create a new filter option/UI. Right now this is intentional. When the user geocodes a location it gets mapped to a grid id. Lets say a...
This make sense. If we can use the mapbox or google autocomplete it will give the user better names (and translations). The trick will be to limit the results to...
We'll want to update this to be a ajax post requestwith the changes instead of a php post. Each translation adding ~100 fields to the post request and going over...
Files to update: - dt-core/admin/menu/tabs/tab-custom-lists.php - dt-core/admin/js/dt-options.js - dt-core/admin/menu/tabs/admin-endpoints.php The _POST for adding a language contains the whole form and the updates for translations on each language:  Once ~1000...
The genmap not has a toggle to show/hide archived record. Awesome step towards this issue.
@gp-birender thanks for the PR. To help me understand. Did you create a new field called "name" ? "name" is already a default field for all post types.
@kodinkat do we not support the ability to create mulitple location fields?
Thanks @kodinkat Ok. So this gets the default location grid field working. If mapbox (and google) is enabled we also want the `location_grid` to work too.
@kodinkat I think the next step on this one is allowing the creation of a second field using the `location_meta` type. ``` $fields['location_grid_meta2'] = [ 'name' => __( 'Locations or...