ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
01011 | UserSpice | Feature Request | 2020-09-18 09:06:02 / 2020-10-20 03:16:47 |
Reported | Dan Hoover | Assigned To | Unassigned |
Priority | none | Reported | 5.1.6 |
Status | closed fixed | Resolution Version and Commit | 5.1.7 2061a5 |
Summary | Add one more column to logger table and function | ||
Description |
<p>I often need a second identifier when querying the logs so for instance, if a user has a uid query parameter attached to their referring link I'd like to be able to do<br /><br />logger(1,"uid","visited login.php","thisIsTheUid");<br /><br /></p> <p>This parameter would be null by default and optional.</p> |
xxxxxxxxxx
<p>I would encourage us to make this a column called "AdditionalData" or Details - text in particular. I have a need for this in many cases where I want to store data from an array that I encode into json - but I don't want to put it directly inside of the log. We can add a check on the log page that opens a modal if this data isn't null.</p>
xxxxxxxxxx
<p>Added the Metadata Blob Column to the logs table, including the parser and changes to the logs page.</p>