-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Issue:
This plugin can't compile on its own, it is Missing Imports;
/ckanext-files/ckanext/files_manager/collection.py:9:6 - error: Import "ckanext.ap_main.collection.base" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:16:6 - error: Import "ckanext.collection.types" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:17:6 - error: Import "ckanext.collection.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/collection.py:18:6 - error: Import "ckanext.collection.utils.data.model" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/plugin.py:10:6 - error: Import "ckanext.collection.interfaces" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:12:6 - error: Import "ckanext.ap_main.utils" could not be resolved (reportMissingImports)
/ckanext-files/ckanext/files_manager/views.py:13:6 - error: Import "ckanext.collection.shared" could not be resolved (reportMissingImports)
Based on my google fu, I believe it's these two plugins, what is the min version that needs to be installed?
Metadata
Metadata
Assignees
Labels
No labels