Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 10920ea3

Přidáno uživatelem Vojtěch Danišík před asi 4 roky(ů)

Zobrazit rozdíly:

src/main/java/vldc/aswi/web/controller/AssemblyController.java
373 373
            modelAndView.setViewName("redirect:/assembly_edit?assemblyID=" + assemblyId);
374 374
        }
375 375

  
376
        modelMap.addAttribute("allRoles", this.roleManager.getRoles());
377
        modelMap.addAttribute("allParameterTypes", this.parameterTypeManager.getParameterTypes());
378
        modelMap.addAttribute("allFunctions", this.functionManager.getFunctions());
379
        modelMap.addAttribute("allOperators", this.operatorManager.getOperators());
380
        modelMap.addAttribute("allLocations", this.locationManager.getLocations());
381

  
376 382
        return modelAndView;
377 383
    }
378 384

  

Také k dispozici: Unified diff