codeburrow / company-web-app

The code for the official CodeBurrow app
http://www.codeburrow.com
MIT License
1 stars 0 forks source link

Content of post is not showing in admin panel #27

Open PadawanTony opened 8 years ago

PadawanTony commented 8 years ago

We use this URL to edit the blog posts: http://www.codeburrow.com/admin

After the performance optimizations ( #24 ) the content section of the post does not show anymore.

rdok commented 8 years ago

Prio:blocker

TODO: Create Acceptance regression test: Verify content section of http://www.codeburrow.com/admin is shown.

Status:complete

PadawanTony commented 8 years ago

@rdok I made a temporary fix by adding the timyMCE CDN in the head of master.php

Line 20: Commit: https://github.com/codeburrow/company-web-app/commit/a5029375584bed52d25e410da7a9ade987b2c07c


Also, I commented out the orange preloader as we had agreed (lines 29-32). I don't know if there is a more efficient way of removing it (except for deleting the comments).


I leave the optimization of these changes to you.