Hi,

Sounds weird.  Can you see the "POST" to /p/someproject/wiki/ThePageName/delete
either in browser devtools or server logs?  Is it a status 200?  Allura does a
"soft-delete" where it is still in the database but flagged as deleted and only
shown to project admins.

I haven't used Mongo Express, but deleting a record should make it gone I would
think :)  Only idea there is that the incorrect record was deleted maybe.  If
you do delete it directly like that, it still will be in solr for search
results, until you do a reindex:
https://forge-allura.apache.org/docs/getting_started/administration.html#reindex

On 12/28/19 10:06 AM, Ingo Hornberger wrote:
> Hey guys!
> 
> In the Wiki of one of our users, we have a page, which can't be deleted.
> Neither with allura, nor with mongo express. None of the changes throws an
> error, but none really changed anything in the database.
> 
> I am a bit helpless. Does anyone of you have a hint what could be wrong and
> how I can get rid of the page?
> 
> BR,
> Ingo
> 



-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
              <><

Reply via email to