ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Additional tag for structures - "CM" #127

Closed vedina closed 9 years ago

vedina commented 9 years ago

The tag options should be

T (target) S (source) CM (category member)

gonzomir commented 9 years ago

Added the tag option, but it seems the server is not ready - it return error when trying to set the new tag on a structure:

net.idea.modbcum.p.ProcessorException: 
[Default processor]com.mysql.jdbc.MysqlDataTruncation: 
Data truncation: Data too long for column 'tag' at row 1    at
net.idea.modbcum.p.StatementExecutor.process(StatementExecutor.java:153)...
vedina commented 9 years ago

Can you try with just "CM" (this is what is to be displayed anyway) ?

gonzomir commented 9 years ago

Works this way, fixed tag buttons to send "cm" and display tags properly.

vedina commented 9 years ago

the CM tag is working in collect structures, however , the tag column is empty in endpoint data used/select substance table.

untitled

gonzomir commented 9 years ago

This was a bug introduced while working on #130. Fixed.