302. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 1:08:01 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

302.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ARS_Frontend\ars-app\src\app\auth auth.model.ts Wed Mar 27 19:16:20 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ARS_Frontend\ars-app\src\app\auth auth.model.ts Fri Mar 29 18:11:26 2019 UTC

302.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 86
Changed 1 2
Inserted 0 0
Removed 0 0

302.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

302.4 Active regular expressions

No regular expressions were active.

302.5 Comparison detail

  1   export cla ss UserInf oModel {
  2       userName =  ' AI ';
  3     lastLogi n = '';
  4     enableEd it = '';
  5     enableEx port = '';
  6     jwt = '' ;
  7     userRole s = [''];
  8     permissi ons: {
  9       additi onalInform ation: {
  10         popu lateInfo:  false;
  11         subm itInfo: fa lse;
  12       };
  13       viewAt tachment:  {
  14         edit Permission : false;
  15         expo rtPermissi on: false;
  16       };
  17  
  18       // ewv Search: {} ;
  19       search 275: {
  20         page ViewAccess : false;
  21       };
  22       lookup : {
  23         sear ch: false;
  24         view Submission : false;
  25       };
  26       admin:  { submitC hanges: fa lse };
  27       viewSu bmission:  {
  28         prin tRfai: fal se;
  29         save Updates: f alse;
  30         upda teRfai: fa lse;
  31       };
  32     };
  33   }
  34  
  35   export cla ss SsoEnco dedUrlsMod el {
  36     u = '';
  37     c = '';
  38     s = '';
  39   }
  40  
  41   export cla ss NtNameM odel {
  42     getNtnam e = '';
  43     getAttac hmentId =  '';
  44   }