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
8da02875
Commit
8da02875
authored
Sep 17, 2017
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
#96
- fixed bug that causes tags to be added multiple times
parent
643e3918
No related branches found
No related tags found
1 merge request
!213
merge v1_6_0 into master
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/de/deadlocker8/budgetmaster/ui/controller/NewPaymentController.java
+2
-2
2 additions, 2 deletions
...ker8/budgetmaster/ui/controller/NewPaymentController.java
with
2 additions
and
2 deletions
src/de/deadlocker8/budgetmaster/ui/controller/NewPaymentController.java
+
2
−
2
View file @
8da02875
...
@@ -618,7 +618,7 @@ public class NewPaymentController extends BaseController implements Styleable
...
@@ -618,7 +618,7 @@ public class NewPaymentController extends BaseController implements Styleable
//check for new tags
//check for new tags
for
(
Tag
paymentTag
:
tags
)
for
(
Tag
paymentTag
:
tags
)
{
{
if
(!
tagListContainsTag
(
previousTags
,
payment
.
getName
()))
if
(!
tagListContainsTag
(
previousTags
,
payment
Tag
.
getName
()))
{
{
String
name
=
paymentTag
.
getName
();
String
name
=
paymentTag
.
getName
();
Tag
existingTag
=
serverTagConnection
.
getTag
(
name
);
Tag
existingTag
=
serverTagConnection
.
getTag
(
name
);
...
...
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