Subsonic 3 使用 User.Identity.Name 与 Environment.Username 作为审计字段?
使用 Subsonic v3.0.0.3 并且 Update() 和 Add() 方法似乎使用 Environment.Username 作为 ModifiedBy 和 CreatedBy 字段。
对我来说,使用 MVC/Asp.net User.Identity.Username 的最佳方法是什么,因为我们的用户集合中有许多“Bob”名称,并且当前使用 CreatedBy = 'Bob' 创建的新记录是没有 CreatedBy = 'bsmith' 那么有用,
谢谢!
Using Subsonic v3.0.0.3 and seems the Update() and Add() methods are using the Environment.Username for the ModifiedBy and CreatedBy fields.
What would be the best way for me to get this to use the MVC/Asp.net User.Identity.Username as there are many 'Bob' names in our user collection and currently having a new record created with CreatedBy = 'Bob' is not as helpful as CreatedBy = 'bsmith'
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编辑 ActiveRecord.tt 模板文件并
用此替换所有实例吗?
Could you edit the ActiveRecord.tt template file and replace all instances of
with this?