소스 검색

Merge branch 'Merge_gabriel_mayo' of https://git.ccom.uprrp.edu/CDCC/OLAS into Merge_gabriel_mayo

부모
커밋
77da3c2e48
4개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    1
      .gitignore
  2. 1
    1
      app/controllers/Objective2Controller.php
  3. 1
    1
      app/controllers/TemplatesController.php
  4. 2
    0
      app/views/local/managers/shared/rubrics_new.blade.php

+ 2
- 1
.gitignore 파일 보기

@@ -12,7 +12,8 @@ app/config/testing/*
12 12
 app/config/database.php
13 13
 app/config/app.php
14 14
 app/config/*
15
-
15
+app/storage/annual_pdfs/*
16
+public/exports/*
16 17
 
17 18
 node_modules/
18 19
 vendor/*

+ 1
- 1
app/controllers/Objective2Controller.php 파일 보기

@@ -656,4 +656,4 @@ class Objective2Controller extends \BaseController
656 656
 	{
657 657
 		//
658 658
 	}
659
-}
659
+}

+ 1
- 1
app/controllers/TemplatesController.php 파일 보기

@@ -248,7 +248,7 @@ class TemplatesController extends \BaseController
248 248
 			// 			var_dump(json_encode($templates_dentro));
249 249
 // 		}
250 250
 
251
-
251
+	$templates_fuera=array();
252 252
 		return View::make('local.managers.shared.rubrics_new', compact('title', 'templates_dentro', 'templates_fuera', 'outcomes', 'criteria', 'schools', 'programs', 'criteria_ids'));
253 253
 	}
254 254
 

+ 2
- 0
app/views/local/managers/shared/rubrics_new.blade.php 파일 보기

@@ -115,8 +115,10 @@
115 115
 
116 116
                             @endforeach
117 117
                         </select>
118
+<!-- 
118 119
 					<span style="color: red;">Rubrics with "##" at the beginning contain criteria that are not associated with your program or school. You will not be able to use them until your criteria is matched with your program or school.
119 120
                     </span>
121
+ -->
120 122
 					</div>
121 123
 
122 124
                     <!-- If user is admin s/he can pick which schools can view the rubric -->