Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 18453bbc

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Changed endpoint for export

Zobrazit rozdíly:

Backend/Backend/Controllers/DocumentController.cs
213 213
    [Authorize(Models.Enums.ERole.ADMINISTRATOR)]
214 214
    [ProducesResponseType((int)HttpStatusCode.OK)]
215 215
    [ProducesResponseType((int)HttpStatusCode.Forbidden)]
216
    public ActionResult<ExportResponse> ExportDocuments([FromServices] ClientInfo clientInfo, [FromBody] ExportRequest request)
216
    public ActionResult ExportDocuments([FromServices] ClientInfo clientInfo, [FromBody] ExportRequest request)
217 217
    {
218 218
        if (clientInfo.LoggedUser == null)
219 219
        {
Backend/BackendTesting/TagsManagementTesting.cs
58 58
        {
59 59
            try
60 60
            {
61
                var tagTree = TS.GetTagTree();
61
                //var tagTree = TS.GetTagTree();
62 62
                
63 63
                //TODO - pridavat kategorie, tagy a podtagy
64 64
                //kontrolovat zda jsou tam vsechny a spravne

Také k dispozici: Unified diff