[PR #18] [MERGED] feat: allow for deactivating Tags, Categories and Entities, hiding them from menus #108

Closed
opened 2025-12-28 23:26:14 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (2)

  • 3c0a2d8 feat: allow for deactivating Tags, Categories and Entities, hiding them from menus
  • 5ccb9ff locale: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/18 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`3c0a2d8`](https://github.com/eitchtee/WYGIWYH/commit/3c0a2d82ac9ca695d4033e35e33d09a391bb10dd) feat: allow for deactivating Tags, Categories and Entities, hiding them from menus - [`5ccb9ff`](https://github.com/eitchtee/WYGIWYH/commit/5ccb9ff152d9b680379a41f1357ffc5cd121cd96) locale: add lazy translations to missing ValidationErrors ### 📊 Changes **8 files changed** (+155 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:26:14 +01:00
adam closed this issue 2025-12-28 23:26:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#108