Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Views: update the "core" version in all core-provided views config files - or remove it completely #5178

Open
klonos opened this issue Aug 26, 2021 · 1 comment

Comments

@klonos
Copy link
Member

klonos commented Aug 26, 2021

Current situation:

views.view.comments_recent => 0
views.view.file_admin => 1.6
views.view.image_library => 1.7
views.view.node_admin_content => 1.0
views.view.promoted => 0
views.view.taxonomy_term => 7
views.view.user_admin => 1.0-dev

If this is not being used by core or contrib, then lets remove it. If it is used, then we should make sure that it is accurate.

I believe that this core value is there to indicate the version of Views used to create the view, and can be used for compatibility purposes. The version number:

  • should be the actual version of Backdrop at the point in time when this view was introduced
  • should not be a dev version
  • should not be 0
  • should not be 7

Side-task: Should we be updating this value each time a view is saved, in order to indicate the version of Backdrop core at the time it was updated?

@jenlampton
Copy link
Member

If this is not being used by core or contrib, then lets remove it.

+1 for this idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants