We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad67aa9 commit f85f05cCopy full SHA for f85f05c
qgis-app/plugins/views.py
@@ -1191,7 +1191,7 @@ class MyPluginsList(PluginsList):
1191
def get_queryset(self):
1192
"""Override to include soft-deleted plugins for the user's own plugins."""
1193
# Use objects.all() to bypass the BasePluginManager filter that excludes soft-deleted items
1194
- qs = Plugin.objects.all()
+ qs = Plugin.base_objects.all()
1195
# Apply the user filter
1196
qs = self.get_filtered_queryset(qs)
1197
0 commit comments