mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
added ScmState
This commit is contained in:
@@ -116,7 +116,10 @@ Ext.onReady(function(){
|
||||
Ext.Ajax.request({
|
||||
url: restUrl + 'authentication.json',
|
||||
method: 'GET',
|
||||
success: function(){
|
||||
success: function(response){
|
||||
state = Ext.decode(response.responseText);
|
||||
console.debug( state );
|
||||
repositoryTypeStore.loadData(state.repositoryTypes);
|
||||
createMainMenu();
|
||||
},
|
||||
failure: function(){
|
||||
|
||||
Reference in New Issue
Block a user