Page MenuHomePhabricator

Fix notification of implicit groups so it doesn't massively change json output
Closed, ResolvedPublic

Description

<u userid="1918" name="Reedy">

  <groups>
    <g implicit="" xml:space="preserve">*</g>
    <g implicit="" xml:space="preserve">user</g>
    <g implicit="" xml:space="preserve">autoconfirmed</g>
    <g implicit="" xml:space="preserve">patroller</g>
    <g>sysop</g>
  </groups>
</u>

to

<u userid="1918" name="Reedy">
  <groups>
    <g>*</g>
    <g>user</g>
    <g>autoconfirmed</g>
    <g>patroller</g>
    <g>sysop</g>
  </groups>
  <implicitgroups>
    <g>*</g>
    <g>user</g>
    <g>autoconfirmed</g>
    <g>patroller</g>
  </implicitgroups>
</u>

Or something


Version: 1.18.x
Severity: normal

Details

Reference
bz31199
TitleReferenceAuthorSource BranchDest Branch
Use node16 for freshrepos/releng/cli!379addshorefresh-node-16main
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:55 PM
bzimport set Reference to bz31199.
bzimport added a subscriber: Unknown Object (MLST).

(In reply to comment #1)

r31199

What?

r98329