Open
Conversation
Bug Fix: Removed renaming of OptionSet for attributes that use global OptionSets
Member
|
Hi @OMGUSED, is this something that produced a bug in your system? It seems that this might lead to Global Option Sets being duplicated in the system. @harryremon: It seems this was introduced as a bug fix? Fixed a bug that caused attributes of type "Global Optionset" fail to create. Kind regards, |
Author
|
I tried to use the tool to copy fields that use global optionsets on a V9
on-premise. The copy kept failing because it kept trying to look for a
global optionset that didn't exist. After removing the extra code the copy
was successful and re-used the existing global optionset.
I think globals should be reused instead of copied to a new one
…On Mon, 28 Jun 2021, 09:34 Florian Krönert, ***@***.***> wrote:
Hi @OMGUSED <https://github.com/OMGUSED>,
is this something that produced a bug in your system?
It seems that this might lead to Global Option Sets being duplicated in
the system.
@harryremon <https://github.com/harryremon>: It seems this was introduced
as a bug fix? Fixed a bug that caused attributes of type "Global
Optionset" fail to create
<e08afb5#diff-f7afba9b5bc03e74f53c54d0f701e82521fc107f0db401bdd214c019b30a242e>
.
Can you still remember which bug that fixed?
Kind regards,
Florian
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACM4EKNGE345L7YDFCYRZ5TTVAQYXANCNFSM453MCRBA>
.
|
added 2 commits
April 14, 2025 12:45
Renamed comboboxes and changed their style to allow the user to type the logical name so the list will show the next item that matches what the user typed. Didn't use the second style due to conflict in the UI (it would show both its source list and the edit suggestions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fix: Removed renaming of OptionSet for attributes that use global OptionSets