Add @see link to Issue #3230970: Generalize KML importer to create any asset type

This commit is contained in:
Michael Stenta 2021-09-01 23:21:37 -04:00
parent 6128fa1ae1
commit 37d10f738a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use Symfony\Component\Serializer\SerializerInterface;
* @todo Allow placemarks to be imported as any asset type.
* This is challenging because some asset type bundles have required fields
* like the "plant type" and "animal type".
* @see https://www.drupal.org/project/farm/issues/3230970
*/
class KmlImporter extends FormBase {