Skip to content

changes on UI and models for using categories#1191

Merged
joernu76 merged 5 commits intoOpen-MSS:developfrom
ReimarBauer:categories
Sep 7, 2021
Merged

changes on UI and models for using categories#1191
joernu76 merged 5 commits intoOpen-MSS:developfrom
ReimarBauer:categories

Conversation

@ReimarBauer
Copy link
Member

No description provided.

@ReimarBauer
Copy link
Member Author

ReimarBauer commented Sep 5, 2021

I look next on filing a default on project creation from the mss_settings.json

Also missing is a validation on input of the category name.

@ReimarBauer ReimarBauer linked an issue Sep 5, 2021 that may be closed by this pull request
@ReimarBauer ReimarBauer marked this pull request as draft September 5, 2021 11:12
@ReimarBauer ReimarBauer marked this pull request as ready for review September 5, 2021 13:01
self.add_proj_dialog.buttonBox.accepted.connect(self.add_project)
self.add_proj_dialog.buttonBox.button(QtWidgets.QDialogButtonBox.Ok).setEnabled(False)
self.add_proj_dialog.path.textChanged.connect(check_and_enable_project_accept)
self.add_proj_dialog.description.textChanged.connect(check_and_enable_project_accept)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not have been removed.?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch :)

self.add_proj_dialog.buttonBox.button(QtWidgets.QDialogButtonBox.Ok).setEnabled(False)
self.add_proj_dialog.path.textChanged.connect(check_and_enable_project_accept)
self.add_proj_dialog.description.textChanged.connect(check_and_enable_project_accept)
self.add_proj_dialog.description.textChanged.connect(check_and_enable_project)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"_accept" is missing

@joernu76 joernu76 merged commit cc81996 into Open-MSS:develop Sep 7, 2021
@ReimarBauer ReimarBauer deleted the categories branch September 7, 2021 08:09
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 this pull request may close these issues.

mscolab projects need categories further ideas for organisation of the projects on the mscolab server

2 participants