Changeset 2997
- Timestamp:
- 09/02/10 13:44:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/resources/javascript/bedework/bedeworkAccess.js
r2867 r2997 559 559 560 560 this.toXml = function() { 561 if (this.inherited != "") { 562 return ""; // Should not emit inherited aces 563 } 564 561 565 var res = " <D:ace>\n" + this.principal.toXml(); 562 566 … … 564 568 res += this.howsToXml(false); 565 569 566 if (this.inherited != "") {567 res += " <D:inherited><D:href>" + this.inherited + "</D:href></D:inherited>";568 }570 //if (this.inherited != "") { 571 // res += " <D:inherited><D:href>" + this.inherited + "</D:href></D:inherited>"; 572 //} 569 573 570 574 return res + " </D:ace>\n";
