diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-06 20:08:36 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-06 20:08:36 -0500 |
commit | e5c63f4ecc78e144659bf83947a19d996f60b490 (patch) | |
tree | fe7abc757f3692dbede251b793103b98780fd93e /app/Core/ExternalTask/ExternalTaskProviderInterface.php | |
parent | f758ddfc5e7d5d26d9a23b8c75fa6884159ecd72 (diff) |
Load external tasks asynchronously from task view page
Diffstat (limited to 'app/Core/ExternalTask/ExternalTaskProviderInterface.php')
-rw-r--r-- | app/Core/ExternalTask/ExternalTaskProviderInterface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Core/ExternalTask/ExternalTaskProviderInterface.php b/app/Core/ExternalTask/ExternalTaskProviderInterface.php index af1dffec..7706a773 100644 --- a/app/Core/ExternalTask/ExternalTaskProviderInterface.php +++ b/app/Core/ExternalTask/ExternalTaskProviderInterface.php @@ -44,6 +44,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 * * @param array $values |