Load external tasks asynchronously from task view page

This commit is contained in:
Frederic Guillot
2016-11-06 20:08:36 -05:00
parent f758ddfc5e
commit e5c63f4ecc
7 changed files with 69 additions and 3 deletions

View File

@@ -43,6 +43,13 @@ interface ExternalTaskProviderInterface
*/
public function getCreationFormTemplate();
/**
* Get task view template name
*
* @return string
*/
public function getViewTemplate();
/**
* Build external task URI based on import form values
*