mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #18] [MERGED] feat: allow for deactivating Tags, Categories and Entities, hiding them from menus #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/18
Author: @eitchtee
Created: 1/4/2025
Status: ✅ Merged
Merged: 1/4/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (2)
3c0a2d8feat: allow for deactivating Tags, Categories and Entities, hiding them from menus5ccb9fflocale: add lazy translations to missing ValidationErrors📊 Changes
8 files changed (+155 additions, -18 deletions)
View changed files
📝
app/apps/accounts/forms.py(+2 -0)📝
app/apps/api/fields/transactions.py(+7 -6)📝
app/apps/common/fields/forms/dynamic_select.py(+3 -2)📝
app/apps/common/fields/month_year.py(+1 -1)📝
app/apps/transactions/forms.py(+80 -7)➕
app/apps/transactions/migrations/0025_transactioncategory_active_transactiontag_active.py(+23 -0)➕
app/apps/transactions/migrations/0026_transactionentity_active.py(+18 -0)📝
app/apps/transactions/models.py(+21 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.