mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Impact analysis enhancement:
- Some of the "context" rules are marked as "default=yes" - Only the "default" context rules are used for the initial display of the impact analysis graph AND are used to compute the impacted items of a ticket. SVN:trunk[3713]
This commit is contained in:
@@ -445,7 +445,8 @@ $(function()
|
||||
sHtml += ' '+this.options.labels.additional_context_info+' <select id="'+sId+'_contexts" name="contexts" class="multiselect" multiple size="1">';
|
||||
for(var k in this.options.additional_contexts)
|
||||
{
|
||||
sHtml += '<option value="'+k+'" selected>'+this.options.additional_contexts[k].label+'</option>';
|
||||
sSelected = (this.options.additional_contexts[k]['default']) ? 'selected' : '';
|
||||
sHtml += '<option value="'+k+'" '+sSelected+'>'+this.options.additional_contexts[k].label+'</option>';
|
||||
}
|
||||
sHtml += '</select>'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user