Changes between Version 1 and Version 2 of Ticket #30702, comment 6


Ignore:
Timestamp:
Aug 12, 2019, 3:19:36 PM (5 years ago)
Author:
Kevin Olbrich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30702, comment 6

    v1 v2  
    1818I can confirm this for SQLite and MySQL.
    1919
    20 The user should never be able to see other customers, as the filter is "MdatCustomers.objects.filter(mdatmultitenancyusers__user=self.user)".
     20The user should never be able to see other customers, as the filter is:
     21{{{
     22MdatCustomers.objects.filter(mdatmultitenancyusers__user=self.user)
     23}}}
Back to Top