Content deleted Content added
Technical 13 (talk | contribs) Let's start here and try this. :) |
Technical 13 (talk | contribs) Use piped links. |
||
Line 21:
OtrsRep = '{{OTRS permission|id=' + ticket + '}}';
PermRep = '\n|Permission={{OTRS permission|id=' + ticket + '}}';
summary += '{{[[Template:OTRS Permission|OTRS Permission]]}} done';
break;
case 'queued' :
Line 28:
PermRep = '\n|Permission={{OTRS received|id=' + ticket +
'|reason=OTRS ticket received and in the queue.}}';
summary += '{{[[Template:OTRS received|OTRS received]]}} and queued';
break;
case 'received' :
OtrsRep = '{{OTRS received|id=' + ticket + '}}';
PermRep = '\n|Permission={{OTRS received|id=' + ticket + '}}';
summary += '{{[[Template:OTRS received|OTRS received]]}}';
break;
default :
|