Commit 91859b0f15c309ab7e3bc12930ecd6da2220ef04

Authored by l.gladek
1 parent 5b65a595

Disable color change on calendar view for other users. Disable notification when…

… changing rtc in Youtrack API.
... ... @@ -326,7 +326,7 @@ public class YoutrackAPI {
326 326 }
327 327 try {
328 328 final HttpPost request = new HttpPost(uri);
329   - request.getParams().setParameter("command", "Real completion time " + issueTotalDuration);
  329 + request.getParams().setParameter("command", "Real completion time " + issueTotalDuration).setParameter("disableNotifications", true);
330 330 execute(request);
331 331 } catch (IOException e) {
332 332 throw new RuntimeException(e);
... ...
Please register or login to post a comment