austins / Vanilla-App-Articles

Provides a way to publish articles with Vanilla Forums.
https://open.vanillaforums.com/addon/articles-application
GNU General Public License v2.0
11 stars 2 forks source link

Remove AttributionUserID #56

Closed austins closed 8 years ago

austins commented 8 years ago

The AttributionUserID is to set the author of an article to another user other than oneself. The only users who can set the AttributionUserID are those with the Articles.Articles.Edit permission, namely those who can edit any article. The information that a user who created an article and then changed the attribution doesn't need to be logged in history.

The author change field could still be shown, but InsertUserID should just be used from now on to avoid redundancy and simplify the code. Doing so would integrate better with Vanilla in which some functions use InsertUserID.

To-do: