Hi,
I am having issues using an extended task within a module as a result of how module component id's are concatenated.
For example if there is a dashboard page which contains a module with a input_task_button (id = "files_submit"), the id will be
dashboard_page-files_submit
which results in the error :
_send_error_response: The string 'dashboard_page-files_submit' is not a valid id; only letters, numbers, and underscore are permitted
Is this a know issue with a workaround?