mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Survey maker edit multiple quesitons
The survey maker would allow the user to edit multiple questions at the same time. I've removed this functionality.
This commit is contained in:
parent
41ac7c4d96
commit
f422d86355
@ -385,8 +385,9 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper',
|
||||
form = SurveyQuestionForm;
|
||||
|
||||
$('#survey-save-button').attr('disabled', 'disabled');
|
||||
angular.element('#survey_question_question_cancel_btn').trigger('click');
|
||||
$('#add_question_btn').hide();
|
||||
$('#new_question .aw-form-well').remove();
|
||||
// $('#new_question .aw-form-well').remove();
|
||||
element = $('.question_final:eq('+index+')');
|
||||
element.css('opacity', 1.0);
|
||||
element.empty();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user