Page MenuHomePhorge

Transaction log in admin UI
ClosedPublic

Authored by machniak on Jun 10 2020, 8:14 AM.
Tags
None
Referenced Files
F10580941: D1360.id.diff
Thu, Nov 30, 1:23 PM
Unknown Object (File)
Sun, Nov 5, 6:33 PM
Unknown Object (File)
Fri, Nov 3, 10:23 AM
Unknown Object (File)
Thu, Nov 2, 9:30 AM
Unknown Object (File)
Nov 1 2023, 3:16 AM
Unknown Object (File)
Oct 25 2023, 1:01 PM
Unknown Object (File)
Oct 21 2023, 2:57 PM
Unknown Object (File)
Oct 18 2023, 12:10 PM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK90da82738276: Transaction log in admin UI
Summary

Created TransactionLog widget, which is now used in User and Admin apps.
The transaction log table for admins displays additonal User column.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
bohlender added inline comments.
src/resources/vue/Admin/User.vue
149

shouldn't the title be conditionally rendered as well ?

src/resources/vue/Domain/Info.vue
3

Are we going to use the shorthand for v-bind (and v-on) exclusively ?

src/resources/vue/Admin/User.vue
149

The v-if here is not to not render the table, but to render it when it is ready. So, it will always be there.

src/resources/vue/Domain/Info.vue
3

This is what our current linter suggests. npm run lint.

This revision is now accepted and ready to land.Jun 10 2020, 11:32 AM
This revision was automatically updated to reflect the committed changes.