Modify ↓
Opened 4 years ago
Closed 4 years ago
#21124 closed enhancement (fixed)
[PATCH] Better fix for #20888 and #21117.
Reported by: | Owned by: | Don-vip | |
---|---|---|---|
Priority: | normal | Milestone: | 21.07 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
This is a simpler and more correct fix for #20888 and #21117.
The root of the problem is that the test if (source != this) {
is insufficient when more than one calculated field is in the dialog. Two calculated fields will just fire at each other and thus bypass the test.
The correct fix is: calculated fields should never fire.
Attachments (1)
Change History (3)
by , 4 years ago
Attachment: | 21124.patch added |
---|
comment:1 by , 4 years ago
Milestone: | → 21.07 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 18040/josm: