Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence Tab #642

Closed
yamelsenih opened this issue Mar 8, 2021 · 1 comment · Fixed by #664
Closed

Sequence Tab #642

yamelsenih opened this issue Mar 8, 2021 · 1 comment · Fixed by #664
Assignees

Comments

@yamelsenih
Copy link
Member

yamelsenih commented Mar 8, 2021

Just a sequence tab support for windows
Screenshot_20210311_173105

@EdwinBetanc0urt
Copy link
Collaborator

update sequence-error

This is working, however, there are some incessant requests being made, as shown in the example:
In sequence of identifiers were Name (SeqNo 10) and Description (SeqNo 20).

AD_Workbench_ID was added at the beginning (SeqNo 10), reordering the sequence of the following fields: Name (SeqNo 20) and Description (SeqNo 30).

The affected fields are 3 in total, one added as identifier and two changed sequence.

The fourth request, belonging to the UUID column, is executed without fulfilling the condition of removing an identifier (which sets the SeqNo attribute to 0, and/or sets the IsIdentifier attribute to false):

{
	"attributes": [
		{
			"key": "SeqNo",
			"value": 0
		}
	],
	"table_name": "AD_Column",
	"uuid": "8c24ed40-fb40-11e8-a479-7a0060f0aa01"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants