Create/Edit new code features on Package Installed source code

Infos:

  • Used Zammad version: 4.1
  • Used Zammad installation type: package
  • Operating system: Debian
  • Browser + version: Opera

Expected behavior:

  • Write/Edit code from source

Actual behavior:

  • Could not implement the code changes

Steps to reproduce the behavior:

  • Edited the login file (changed the login button text) on /opt/zammad/app/assets/javascripts/app/views/login.jst.eco

  • Try to run the systemctl restart zammd but didn´t work

When you are on Zammad 4.1, before you try anything else, please update your system. The version is more than two years old.

When you want to do any code changes, you can check: Packages Tutorial - #12 by rolfschmidt

But keep in mind, that any code change can be broken after every update.

1 Like

if you run in production mode then you will need to precompile assets after js changes as well.

root> zammad run rake assets:precompile
root> systemctl restart zammad