tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

CK Editor Links cannot be added in Course Description #101

Closed roggnroll closed 4 years ago

roggnroll commented 7 years ago

bildschirmfoto 2017-09-24 um 09 15 33

roggnroll commented 7 years ago

Probably this might be solved with solving #80

roggnroll commented 7 years ago

Photos are also not available. The same problem can be observed in the ckeditor that allows to change the "user about" section for displaying board member information texts. Looks like all of our own plugins are affected. The normal CMS on the homepage is working.

renatobellotti commented 7 years ago

I'll see if I can fix this without performing the Big Update, i. e. solving #80.

I won't touch any dependency without having unit tests for at least the payment and course apps. If we mess up something there, we destroy our financial foundation. Quästur'll kill us^^

roggnroll commented 7 years ago

I don't if it's worth the effort. Probably better to solve #80 and then see if it persists. Maybe let's also wait a week or two because now ppl need our system most urgently.

roggnroll commented 7 years ago

I can still add links and pics by directly editing the code - but you can't expect that from the average user

renatobellotti commented 6 years ago

Should be fixed. Please test it.

The solution was to run the following commands on the server:

docker-compose run --rm django python3 manage.py cms check
docker-compose run --rm django python3 manage.py cms delete-orphaned-plugins

You have to confirm the last command manually.

renatobellotti commented 6 years ago

This is still not fixed. It can perhaps be solved with the Big Update, issue #80 .

TobiMarg commented 4 years ago

Links can now be added with the new "Link" button in the editor toolbar, but the CMS Plugins are still not shown...

TobiMarg commented 4 years ago

As this is not a CMS page I think the best option would be not to display that dropdown at all. This is implemented in bcb50e4.