Skip to content
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

Can't save Wiki pages #88

Open
Diabsou opened this issue Nov 4, 2020 · 0 comments
Open

Can't save Wiki pages #88

Diabsou opened this issue Nov 4, 2020 · 0 comments

Comments

@Diabsou
Copy link

Diabsou commented Nov 4, 2020

Hello,

When testing your fork with redmine 4, there is an error mentioned in #87.
When trying the fix :

           if @page.nil?
              return
            end

I can't save my wiki pages anymore.
Clicking on "Save" does nothing

Started GET "/projects/documentation/wiki/Wiki/edit" for 172.20.5.165 at 2020-11-04 12:10:43 +0100
Processing by WikiController#edit as HTML
  Parameters: {"project_id"=>"documentation", "id"=>"Wiki"}
  Current user: teddy.doure (id=9)
  Rendering wiki/edit.html.erb within layouts/base
  Rendered attachments/_form.html.erb (4.5ms)
  Rendered wiki/edit.html.erb within layouts/base (134.9ms)
  Rendered plugins/advanced_roadmap/app/views/hooks/_stylesheet.html.erb (0.4ms)
  Rendered plugins/redmine_tagging/app/views/tagging/_tagcloud_search.erb (11.8ms)
  Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_header.html.erb (1.9ms)
  Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_body_bottom.html.erb (0.1ms)
Completed 200 OK in 234ms (Views: 161.7ms | ActiveRecord: 48.5ms)
Started PUT "/projects/documentation/wiki/Wiki" for 172.20.5.165 at 2020-11-04 12:10:47 +0100
Processing by WikiController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"EA8Fb2ULnYW1E9fyYdjBHzqnqxDnNLDFGTkwlYAxmNebsn3JObqragUXGASCTODh4S4jD9ml4vd8Z7ziijULUA==", "content"=>{"version"=>"11", "text"=>"h1. [[INFRASTRUCTURE]]\r\n", "comments"=>""}, "wiki_page"=>{"tags"=>"test", "parent_id"=>""}, "commit"=>"Sauvegarder", "project_id"=>"documentation", "id"=>"Wiki"}
  Current user: teddy.doure (id=9)
No template found for WikiController#update, rendering head :no_content
Completed 204 No Content in 23ms (ActiveRecord: 7.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant