Hi,
what is the status of MAReport? A student uses MAReport to display a list of models. Each row has a #remove: command associated. The problem appears if the user click on a header to sort the table and then click on the #remove link. The table is not refreshed. Callin #refresh reset the MAReport and puts it on the first page :-( Can you help me? -- Damien Cassou _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
> what is the status of MAReport? A student uses MAReport to display a
> list of models. Each row has a #remove: command associated. The > problem appears if the user click on a header to sort the table and > then click on the #remove link. The table is not refreshed. Callin > #refresh reset the MAReport and puts it on the first page :-( > > Can you help me? Yes, that refresh is required, because a user could click on the last item of a page and then end up on an empty page. The refresh could be a bit smarter though and put the user somewhere near the removed object. As I said in my previous mail I never used MAToOneRelationDescription and MAToManyRelationDescription personally, and the MAReport is sort of related to that. Please commit a fix, if you need it. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
2007/5/10, Lukas Renggli <[hidden email]>:
> > what is the status of MAReport? A student uses MAReport to display a > > list of models. Each row has a #remove: command associated. The > > problem appears if the user click on a header to sort the table and > > then click on the #remove link. The table is not refreshed. Callin > > #refresh reset the MAReport and puts it on the first page :-( > > > > Can you help me? > > Yes, that refresh is required, because a user could click on the last > item of a page and then end up on an empty page. The refresh could be > a bit smarter though and put the user somewhere near the removed object. > > As I said in my previous mail I never used MAToOneRelationDescription > and MAToManyRelationDescription personally, and the MAReport is sort > of related to that. Please commit a fix, if you need it. The student does not use the relation descriptions too. He only wants a smart table. Thank you -- Damien Cassou _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
>>> what is the status of MAReport? A student uses MAReport to display a
>>> list of models. Each row has a #remove: command associated. The >>> problem appears if the user click on a header to sort the table and >>> then click on the #remove link. The table is not refreshed. Callin >>> #refresh reset the MAReport and puts it on the first page :-( >>> >>> Can you help me? >> >> Yes, that refresh is required, because a user could click on the last >> item of a page and then end up on an empty page. The refresh could be >> a bit smarter though and put the user somewhere near the removed >> object. >> >> As I said in my previous mail I never used MAToOneRelationDescription >> and MAToManyRelationDescription personally, and the MAReport is sort >> of related to that. Please commit a fix, if you need it. > > The student does not use the relation descriptions too. He only > wants a smart table. Anyway, the report was made as an editor to MAToManyRelationDescription. A lot of people have used it for other things (including myself). Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |