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

Broken GitBrowser version #9

Open
codeZeilen opened this issue Apr 28, 2020 · 3 comments
Open

Broken GitBrowser version #9

codeZeilen opened this issue Apr 28, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@codeZeilen
Copy link
Member

Man kann keine Projekt auswählen.

@codeZeilen
Copy link
Member Author

hpi-swa/Squot@2ec77a2

@codeZeilen codeZeilen added the bug Something isn't working label Apr 28, 2020
@codeZeilen
Copy link
Member Author

als hotfix könnte man ein #compile: in das Script packen...

@codeZeilen
Copy link
Member Author

codeZeilen commented Apr 28, 2020

(Smalltalk at: #SquitBrowser) compile: 'refresh
	Cursor wait showWhile:
	[self changed: #projectList.
	self changed: #projectIndex.
	self loadBranchList.
	self loadCommitList.
	self changed: #hasProjectSelection.
	self changed: #hasBranchSelection.
	self changed: #hasCommitSelection.
	self changed: #hasSearchTerm.
	self changed: #contents.
	self changed: #labelString.
	self objectCacheRefreshAsync].'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant