You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, extensions are checking if an opened database is compatible (database_dependency_group_N), however consider this scenario in the extension's .info file:
If extensions.foo is really installed with version 2, the extension is shown as enabled in the database properties, but when it checks database_dependency_group_1, it will consider the database as incompatible, with non-investigated consequences.
Of course as long as dependencies and database_dependencies are kept (manually) in sync, there aren't any problems, but this duplication should be avoided, see also #358)
The text was updated successfully, but these errors were encountered:
Currently, extensions are checking if an opened database is compatible (
database_dependency_group_N
), however consider this scenario in the extension's.info
file:If
extensions.foo
is really installed with version 2, the extension is shown as enabled in the database properties, but when it checksdatabase_dependency_group_1
, it will consider the database as incompatible, with non-investigated consequences.Of course as long as dependencies and database_dependencies are kept (manually) in sync, there aren't any problems, but this duplication should be avoided, see also #358)
The text was updated successfully, but these errors were encountered: