community_plugins icon indicating copy to clipboard operation
community_plugins copied to clipboard

newest plugin shows invalid items in listing

Open jdalsem opened this issue 9 years ago • 3 comments

On https://community.elgg.org/plugins the newest plugin listing shows "old" plugins as recently updated, but with no releases when you click on them...

example: https://community.elgg.org/plugins/384387 https://community.elgg.org/plugins/384298

are they deleted by accident?

jdalsem avatar Apr 20 '15 06:04 jdalsem

Difficult to say why the releases are missing. I don't think we have any feature that could delete releases accidentally.

Most likely the list is based on the last update time of the project entity. And the delete event of a release has updated the time_updated column of the project entity.

juho-jaakkola avatar Apr 20 '15 06:04 juho-jaakkola

Most likely the list is based on the last update time of the project entity. Most likely the delete event of a release has updated the time_updated column of the project entity.

that is what i guessed, but some of these plugins are "old" and i do not see why those releases should have been deleted...

jdalsem avatar Apr 20 '15 06:04 jdalsem

The releases probably weren't deleted, but are missing metadata that has since become required for display - like a version number

beck24 avatar Apr 20 '15 15:04 beck24