You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking of reworking DomainObject::getById(...) to do this everywhere. Probably need to refactor DomainObject into domain-relevant and non-domain-relevant subclasses.
Also thinking of reworking getById to return null instead of false. It feels... better.
table name
has col
isolation by id tested
ban
no (!!)
comment
no
domain
no
(vaguely; this one's hard as some data is visible to all domains, others not)
emailtemplate
yes
jobqueue
yes
log
yes
request
yes
requestform
yes
requestqueue
yes
sitenotice
no (!!)
userpreference
yes
tested as part of prefs overhaul
welcometemplate
yes
The text was updated successfully, but these errors were encountered:
Thinking of reworking
DomainObject::getById(...)
to do this everywhere. Probably need to refactorDomainObject
into domain-relevant and non-domain-relevant subclasses.Also thinking of reworking getById to return null instead of false. It feels... better.
The text was updated successfully, but these errors were encountered: