Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
BudgetMaster
Commits
a4f7f879
Commit
a4f7f879
authored
Feb 7, 2022
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
fixed model attribute name
parent
702bec53
No related branches found
No related tags found
No related merge requests found
Pipeline
#6059
passed
Feb 7, 2022
Stage: external
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/deadlocker8/budgetmaster/transactions/TransactionController.java
+1
-1
1 addition, 1 deletion
...ker8/budgetmaster/transactions/TransactionController.java
with
1 addition
and
1 deletion
src/main/java/de/deadlocker8/budgetmaster/transactions/TransactionController.java
+
1
−
1
View file @
a4f7f879
...
...
@@ -47,7 +47,7 @@ public class TransactionController extends BaseController
{
public
static
final
String
ERROR
=
"error"
;
public
static
final
String
ALL_ENTITIES
=
"transactions"
;
public
static
final
String
ONE_ENTITY
=
"t
emplateGroup
"
;
public
static
final
String
ONE_ENTITY
=
"t
ransaction
"
;
public
static
final
String
ENTITY_TO_DELETE
=
"transactionToDelete"
;
public
static
final
String
ACCOUNT
=
"account"
;
public
static
final
String
BUDGET
=
"budget"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment