Project

General

Profile

« Previous | Next » 

Revision 41625

Changed all the major widgets to load appropriate help (if needed) from the database on the fly

View differences:

SelectRepositoryOrJournalStepWidget.java
35 35
    private RepositoryServiceAsync repositoryService = GWT.create(RepositoryService.class);
36 36
    private ValidationServiceAsync validationService = GWT.create(ValidationService.class);
37 37

  
38
    public SelectRepositoryOrJournalStepWidget(String title, String mode) {
38
    public SelectRepositoryOrJournalStepWidget(String id, String title, String mode) {
39 39

  
40
        super(title, mode);
40
        super(id, title, mode);
41 41

  
42 42
        errorAlert.addStyleName("stepContent");
43 43
        errorAlert.setType(AlertType.DANGER);

Also available in: Unified diff