Commit d1722f7a09087f73e87811c4233c9eb4ee9023b0
Merge branch 'Develop' into QA
Showing
6 changed files
with
27 additions
and
1 deletions
150-DOCUMENTATION/Audit/Estimation/17April.csv
0 → 100644
1 | +#,Project,Tracker,Status,Priority,Subject,Assignee,Due date,Story Points | |
2 | +17030,AIA HTML5,Bug,Closed,Low,"File > Export Image > Remove the "">"" sign from the border.",Monika Sharma,04/11/2017,1.00 | |
3 | +17009,AIA HTML5,Bug,Closed,Blocker,Application get freeze if move the pop-up towards bottom.,Monika Sharma,04/11/2017,1.00 | |
4 | +17008,AIA HTML5,Bug,Closed,High,IE 11 > Module available information pop-up window move from top to bottom only.,Monika Sharma,04/11/2017,2.00 | |
5 | +16801,AIA HTML5,Bug,Rejected,Medium,Unable to see the available module pop-up window when login to the application.,Monika Sharma,04/06/2017,"" | |
6 | +16732,AIA HTML5,Bug,Ready for QA,High,DA > Annotation Toolbar > Cursor get stuck with draw tools.,Ayush Jain,04/12/2017,2.00 | |
7 | +16731,AIA HTML5,Bug,Closed,High,CA > Error message appears in the below mention case.,Monika Sharma,04/12/2017,2.00 | |
8 | +16728,AIA HTML5,Bug,Closed,Medium,CI Detail Page > Minimize and Maximize buttons are missing.,Monika Sharma,04/05/2017,1.00 | |
9 | +16725,AIA HTML5,Bug,Closed,Medium,Forgot Password> Incorrect mail is sent to users,Monika Sharma,04/06/2017,1.00 | |
10 | +16723,AIA HTML5,Bug,Closed,Low,Annotation Toolbar's UI changed in the below mention case.,Monika Sharma,04/04/2017,1.00 | |
11 | +16713,AIA HTML5,Bug,Ready for QA,High,DA > Black box is appear when change the layer.,Nikita Kulshreshtha,04/13/2017,3.00 | |
12 | +16709,AIA HTML5,Bug,Ready for QA,Critical,DA > Body parts disappears when change the layer from slider.,Nikita Kulshreshtha,04/14/2017,3.00 | |
13 | +16661,AIA HTML5,Bug,Closed,Medium,"File > Clinical Animation > Disable Export Image, Print Active Viewer and Print Preview on clinical animations page.",Monika Sharma,04/06/2017,1.00 | |
14 | +16651,AIA HTML5,Bug,Ready for QA,High,Mozilla Firefox > Blank page is display if open any module.,Utkarsh Singh,04/05/2017,1.00 | |
15 | +16635,AIA HTML5,User Story,Ready for QA,High,Globalization integration in AIA,Ayush Jain,04/11/2017,4.00 | |
16 | +15623,AIA HTML5,Bug,Closed,Medium,DA > Annotation Toolbar > Black color of paint is dispaly in the below mention steps.,Monika Sharma,04/07/2017,2.00 | |
17 | +15368,AIA HTML5,Bug,Closed,Medium,DA > Annotation Toolbar > Annotation toolbar became disable in DA page,Monika Sharma,04/06/2017,3.00 | |
18 | +15361,AIA HTML5,Bug,Closed,High,DA > Settings > Unable to select skin tone when refresh the DA Body View Page.,Monika Sharma,04/06/2017,3.00 | |
19 | +15281,AIA HTML5,User Story,Needs Clarification,Medium,"In first phase of release, disable menu which are not implemented as yet",Ravi Vishwakarma,03/10/2017,1.00 | |
20 | +11546,AIA HTML5,Bug,Ready for QA,Medium,DA> List Manager> Footer of List Manager's popup doesn't load on Firefox,Nikita Kulshreshtha,"","" | |
21 | +6144,AIA HTML5,User Story,Ready for QA,High,Framework for authentication and authorization across the application,Ravi Vishwakarma,03/16/2017,10.00 | ... | ... |
150-DOCUMENTATION/Audit/Sprints/JFM/AIA-Health Dev.xlsx
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll
No preview for this file type
400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll.config
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <add key="SMTPAddress" value="10.100.12.13" /> |
38 | 38 | <add key="SMTPPort" value="25" /> |
39 | 39 | <add key="EnableSSL" value="false" /> |
40 | - <add key="Site_Url" value ="http://34.207.39.107/"/> | |
40 | + <add key="Site_Url" value ="http://qa.beta.interactiveanatomy.com/"/> | |
41 | 41 | <add key ="HostAddress" value="10.100.12.13" /> |
42 | 42 | <add key="isUserAuthenticated" value="false"/> |
43 | 43 | <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/> | ... | ... |
400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -130,6 +130,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
130 | 130 | else { |
131 | 131 | if (result.loginId != undefined || result.loginId != "" || result.loginId != null) { |
132 | 132 | |
133 | + if ($("#messageModal").length > 0){ | |
134 | + | |
135 | + $("#messageModal").modal('hide'); | |
136 | + } | |
133 | 137 | $rootScope.userData = result; |
134 | 138 | $rootScope.userModules = result.modules; |
135 | 139 | $rootScope.isVisibleLogin = false; |
... | ... | @@ -144,6 +148,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
144 | 148 | else |
145 | 149 | $rootScope.haveRoleAdmin = true; |
146 | 150 | } |
151 | + | |
147 | 152 | } |
148 | 153 | } |
149 | 154 | }, | ... | ... |