add update scope options for location editing
- Added radio button group to LocationEditForm with three update modes: 1. Current month only (default) - updates specific location 2. Current and all future months - updates current and subsequent months 3. All months - updates all locations with same name across all time periods - Enhanced updateOrAddLocation action with smart update logic based on scope - Uses name-based matching to find related locations across months - Added compact radio button styling with reduced spacing and indentation - Added translations for update scope options in Croatian and English - Maintains backward compatibility with existing single-location updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
"cancel-button": "Cancel",
|
||||
"delete-tooltip": "Delete realestate",
|
||||
"add-to-subsequent-months": "Add to all subsequent months",
|
||||
"update-scope": "Update scope:",
|
||||
"update-current-month": "current month only",
|
||||
"update-subsequent-months": "current and all future months",
|
||||
"update-all-months": "all months",
|
||||
"validation": {
|
||||
"location-name-required": "Relaestate name is required"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user