IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

Toggling between different attribute views doesn't work anymore #272

Closed CAYang-blip closed 4 years ago

CAYang-blip commented 4 years ago

Hello,

After the latest update, it is no longer possible to toggle between different attribute views of the same SEGMENT level in the Emu-webApp.

  1. In the demo database ae, I added an attribute definition "SAMPA" to the "Phonetic" level:

add_attributeDefinition(db_handle, levelName = "Phonetic", name = "SAMPA")

  1. Then summary(db_handle)

Level definitions: name type nrOfAttrDefs attrDefNames 1 Word ITEM 1 Word; 2 Syllable ITEM 1 Syllable; 3 Phoneme ITEM 1 Phoneme; 4 Phonetic SEGMENT 2 Phonetic; SAMPA; 5 Word-autobuildBackup SEGMENT 1 Word-autobuildBackup; 6 Syllable-autobuildBackup SEGMENT 1 Syllable-autobuildBackup; 7 Phoneme-autobuildBackup SEGMENT 1 Phoneme-autobuildBackup;

  1. But then when I serve the ae database, the toggle button between Phonetic and SAMPA doesn't work. I press the toggle button, but nothing happens. Similar problem in our Thai database, I can't toggle between the MAS and TON tier

Thanks for your help!

CAYang-blip commented 4 years ago

No, sorry, this is not a real issue, just my mistake, sorry to bother you!