i check the plugin table and i can see:
plugin_rating_master.id
plugin_rating_master.tablename
plugin_rating_master.record_id
plugin_rating_master.rating
plugin_rating_master.counter
4 None None 4.0 1
for plugin_rating_master.tablename and plugin_rating_master.record_id
the plugin don't save the value... but i call the plugin like example
show :
{{=plugin_rating('Libro',4)}}
why it don't take the parameters 'Libro' and 4? i don't make any
changes on plugin code ...
if i change rate clicking on the stare the 4.0 value change correctly
in the db...
On 16 Set, 14:49, ceriox <[email protected]> wrote:
> hi all
> i follow the example but i can't make it work ...
>
> i use:
> {{=crud.read(db.Libro,4)}}
> {{=plugin_rating('Libro',4)}}
>
> like example, the read show me my record details but plugin don't save
> the rating... i miss somethink?