You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/03/02 15:31:51 UTC

[trafficcontrol] branch master updated (1c1fdd9 -> 9c46e83)

This is an automated email from the ASF dual-hosted git repository.

shamrick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 1c1fdd9  T3c cookie changes (#6601)
     add 9c46e83  Fix user Permissions calculated incorrectly/inconsistently (#6587)

No new revisions were added by this update.

Summary of changes:
 .../traffic-portal/src/app/app.ui.module.ts        |  2 ++
 .../core/currentuser/currentuser.component.spec.ts |  1 +
 .../app/core/dashboard/dashboard.component.html    |  2 +-
 .../app/core/dashboard/dashboard.component.scss    | 10 ----------
 .../app/core/dashboard/dashboard.component.spec.ts |  2 +-
 .../src/app/core/dashboard/dashboard.component.ts  |  9 +++------
 .../deliveryservice.component.spec.ts              |  2 +-
 .../invalidation-jobs.component.spec.ts            |  2 +-
 .../new-delivery-service.component.spec.ts         |  2 +-
 .../servers-table/servers-table.component.spec.ts  |  2 +-
 .../src/app/core/users/users.component.spec.ts     |  3 ++-
 experimental/traffic-portal/src/app/models/user.ts |  3 +++
 .../currentUser/current-user.service.spec.ts       | 16 +++++++++++-----
 .../app/shared/currentUser/current-user.service.ts | 20 +++++++++++---------
 .../app/shared/tp-header/tp-header.component.html  |  8 ++++----
 .../shared/tp-header/tp-header.component.spec.ts   |  2 +-
 .../app/shared/tp-header/tp-header.component.ts    | 22 +++++++++++-----------
 17 files changed, 55 insertions(+), 53 deletions(-)