I have tried to change the text of https://publiclab.org/wiki/kits using the inline rich editor but changes are not saved.
What did you expect to see that you didn't?

Gaurav
This can help us diagnose the issue:
Ubuntu 17.04
Many bugs are related to these -- please help us track it down and reproduce what you're seeing!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
I want to work on this bug. So please assign this to me @Gauravano
Hmm, did it still not work when you refreshed the page? Maybe there's a local caching issue?
Note this may be part of https://github.com/publiclab/inline-markdown-editor/ -- but we're glad for your help, @Souravirus !!
Oh, it looks like the submit button is reloading the page instead of sending a request via AJAX! That's not good.
OK we've made progress on this but are now seeing a vid related bug in Sentry, linking the issue now...
Sentry issue: PLOTS2-2Y
OK 2 thoughts - this could be related to the previous vid issue in https://github.com/publiclab/plots2/issues/5118 - we should look at whether the replace function is creating bad vids?
Oh hmm, it's not the vid but some other duplicate key:
Mysql2::Error: Can't write; duplicate key in table 'node_revisions': INSERT INTO `node_revisions` (`nid`, `uid`, `title`, `body`, `teaser`, `log`, `timestamp`, `format`) VALUES (868, 524509, 'SoC ideas', 'This is the ideas page for...
@gauravano, just adding code links to try to narrow this down:
Replace in the wiki controller:
and test:
node.replace in node model (maybe likeliest place, given the new revision record:
And matching test:
I think it's running new_revision here:
but the vid should be auto-incrementing...
I just tested the inline editor at https://publiclab.org/wiki/community-development?raw=true and when i clicked 'Save' button, the spinning wheel went on for over two minutes. When I got tired of waiting I reloaded the page, and the changes had not been saved.