it is style issue only will try to fix ASAP
On 18 June 2014 20:41, Michael Wuttke <[email protected]> wrote: > Hello Maxim, > > according to the latest feature request for the om moodle plugin, I > would like to remember on the issue with the available om recordings in > a moodle course. There is an error with the selection available om > recordings on moodle site. Please see the attached screen-shot and the > little extracts of the three tables flvrecording, room and om_user: > > openmeetings=# select id,filename,owner_id from flvrecording; > id | filename | owner_id > ----+-------------------------------+---------- > 1 | Recording 18.06.2014 12:05:05 | 3 > (1 Zeile) > > openmeetings=# select id,name,roomtypes_id,owner_id from room; > id | name | roomtypes_id | owner_id > ----+-------------------------------------------+--------------+---------- > 1 | My conference room (for 1-16 users) | 1 | 1 > 2 | My webinar room (for 1-120 users) | 3 | 1 > 6 | My conference room (for 1-16 users) | 1 | 2 > 7 | My webinar room (for 1-120 users) | 3 | 2 > 3 | MOODLE_COURSE_ID_3_NAME_con_lmsmoodledev | 1 | > 4 | MOODLE_COURSE_ID_3_NAME_web_lmsmoodledev | 3 | > 5 | MOODLE_COURSE_ID_3_NAME_int_lmsmoodledev | 4 | > 8 | MOODLE_COURSE_ID_3_NAME_con2_lmsmoodledev | 1 | > 9 | MOODLE_COURSE_ID_3_NAME_web2_lmsmoodledev | 3 | > 10 | MOODLE_COURSE_ID_3_NAME_int2_lmsmoodledev | 4 | > (10 Zeilen) > > openmeetings=# select id,firstname,lastname from om_user order by id; > id | firstname | lastname > ----+-------------+---------- > 1 | omadmin | admin > 2 | soap | user > 3 | moodleadmin | user > > Do you have an idea what could be wrong? Maybe it is also an issue only > with postgresql? Because in the past you couldn’t reproduce this error? > > Thanks, > Michael > > -------- Original-Nachricht -------- > Betreff: two/tree feature requests for the openmeetings moodle plugin > Datum: Tue, 03 Jun 2014 10:56:05 +0200 > Von: Michael Wuttke <[email protected]> > Antwort an: [email protected] > Organisation: Beuth Hochschule Berlin für Technik > An: Openmeetings user-list <[email protected]> > > Hello Maxim, > > here are two or three feature requests for the openmeetings moodle plugin: > > 1) is it possible to not have every recording available in every course, > especially when the number of them grows. (It actually would be nice to > be able to set a filename of the recordings ...)? > 2) is it possible to rename or delete the recordings via moodle? > > See also the discussion threat on moodle.org: > https://moodle.org/mod/forum/discuss.php?d=261155 > > Greetings, > Michael > -- WBR Maxim aka solomax
