|
Lines 266-271
define([
Link Here
|
| 266 |
// call superclass method |
266 |
// call superclass method |
| 267 |
this.inherited(arguments); |
267 |
this.inherited(arguments); |
| 268 |
|
268 |
|
|
|
269 |
if (this.props) { |
| 270 |
this.openObject = { |
| 271 |
objectType: this.props.objectType || this.moduleFlavor, |
| 272 |
objectDN: this.props.dn |
| 273 |
}; |
| 274 |
} |
| 275 |
|
| 269 |
if ( 'users/self' == this.moduleFlavor ) { |
276 |
if ( 'users/self' == this.moduleFlavor ) { |
| 270 |
this.openObject = { |
277 |
this.openObject = { |
| 271 |
objectType: this.moduleFlavor, |
278 |
objectType: this.moduleFlavor, |