| | 409 | How do I automatically set a field's value to the user who last edited the object in the admin? |
|---|
| | 410 | ----------------------------------------------------------------------------------------------- |
|---|
| | 411 | |
|---|
| | 412 | At this point, you can't do this. But it's an oft-requested feature, so we're |
|---|
| | 413 | discussing how it can be implemented. The problem is we don't want to couple |
|---|
| | 414 | the model layer with the admin layer with the request layer (to get the current |
|---|
| | 415 | user). It's a tricky problem. |
|---|
| | 416 | |
|---|
| | 417 | How do I limit admin access so that objects can only be edited by the users who created them? |
|---|
| | 418 | --------------------------------------------------------------------------------------------- |
|---|
| | 419 | |
|---|
| | 420 | See the answer to the previous question. |
|---|
| | 421 | |
|---|