-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deleted views #59
Comments
It is related to this ticket: https://github.com/cheminfo/eln.epfl.ch/issues/423 |
The The property is specifically supported in the visualizer's view editor. I think the way to go is to update the visualizer database couchdb views so that they don't emit when |
the change is deployed |
You should test if the change has any effect. It's been a long time since I wrote this so I don't remember if I handled the case of a deleted view correctly. |
It seems that currently the flavor-builder is not taking into account the '$delete' property.
For instance this view was deleted: https://www.cheminfo.org/couch/_utils/document.html?cheminfo-public/59dec54d14e5e206142256823efa2d1c
But it is still available at: https://www.cheminfo.org/flavor/cheminformatics/SMILES/Smiles/index.html even after deleting the whole build folder and running
node bin/build.js --config=/usr/local/flavor-builder/config/www.cheminfo.org.json --forceUpdate
Not sure if the change should be at this level ?
flavor-builder/src/index.js
Lines 405 to 415 in ea3e2c5
@stropitek could you help me on this ?
The text was updated successfully, but these errors were encountered: