Skip to content

Commit

Permalink
Fix for csv-import; fix local-fixes Javascript [iet:8772481][iet:…
Browse files Browse the repository at this point in the history
…8760510]

* PHP namespace fix in `db/User`
* `OUOP.inject_post_activity_survey_link()` - JS
  • Loading branch information
nfreear committed Apr 27, 2017
1 parent d3fda3d commit 7c1747e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions db/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Goodby\CSV\Import\Standard\Lexer;
use Goodby\CSV\Import\Standard\Interpreter;
use Goodby\CSV\Import\Standard\LexerConfig;
use Exception;

class User
{
Expand Down
6 changes: 3 additions & 3 deletions user/ouop-local-fixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
$container_quiz.append(OUOP.alert(OUOP.str('post_survey_msg', survey_url)));

if ($container_assign.find('.submissionstatussubmitted').length) {
$container_assign.find('#user-notifications').append(OUOP.alert(OUOP.str('post_survey_msg', survey_url)));
$container_assign.addClass('ouop-submitted');
$container_assign.find('#user-notifications').append(OUOP.alert(OUOP.str('post_survey_msg', survey_url)));
$container_assign.addClass('ouop-submitted');

C.warn('post-activity-survey-link: assign');
C.warn('ouop: post-activity-survey-link ~ assign');
}
};

Expand Down

0 comments on commit 7c1747e

Please sign in to comment.