mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-10 17:12:33 +02:00
Merge pull request #230 from toadybarker/master
Fixed documentation rd_listgroups
This commit is contained in:
commit
12f4538666
@ -17634,3 +17634,7 @@
|
|||||||
2018-09-10 Fred Gleason <fredg@paravelsystems.com>
|
2018-09-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Quadrupled the length of strings in 'struct rd_cart' in the
|
* Quadrupled the length of strings in 'struct rd_cart' in the
|
||||||
'rivwebcapi' to accomodate UTF-8 characters.
|
'rivwebcapi' to accomodate UTF-8 characters.
|
||||||
|
2018-09-11 Todd Baker <bakert@rfa.org>
|
||||||
|
* Updated docs/rivwebcapi/rd_listgroups.xml to explicitly explain
|
||||||
|
that rd_listgroups shows all groups that the requesting user belongs to.
|
||||||
|
|
||||||
|
@ -47,11 +47,12 @@
|
|||||||
|
|
||||||
<refsect1 id='description'><title>Description</title>
|
<refsect1 id='description'><title>Description</title>
|
||||||
<para>
|
<para>
|
||||||
<command>RD_ListGroups</command> is the function to use
|
<command>RD_ListGroups</command> is the function to use
|
||||||
to list the fields that are stored for a particular group within the Rivendell Database.
|
to list the fields that are stored for a user's groups within the Rivendell Database.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This function lists the fields in all pre-existing Groups.
|
This function lists the fields in all pre-existing Groups for the Requesting User. Lists
|
||||||
|
the group fields for each group that the User has permission to see.
|
||||||
</para>
|
</para>
|
||||||
<table xml:id="ex.listgroup" frame="all">
|
<table xml:id="ex.listgroup" frame="all">
|
||||||
<title>RD_ListGroups function call fields</title>
|
<title>RD_ListGroups function call fields</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user