Revisión 76
Añadido por Manu Mora Gordillo hace alrededor de 14 años
Users.py | ||
---|---|---|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
# GNU General Public License for more details.
|
||
# You should have received a copy of the GNU General Public License
|
||
# along with ControlAula. If not, see <http://www.gnu.org/licenses/>.
|
||
# along with ControlIES. If not, see <http://www.gnu.org/licenses/>.
|
||
#
|
||
##############################################################################
|
||
|
||
... | ... | |
|
||
rows = []
|
||
for u in result:
|
||
rows.append({ 'value':u[0][1]['uid'][0] , 'caption':u[0][1]['cn'][0] });
|
||
rows.append([u[0][1]['uid'][0] , u[0][1]['cn'][0] ]);
|
||
|
||
return rows
|
Exportar a: Unified diff
Sigo con los grupos