https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913 --- Comment #1 from Pongtawat <pongtawat@punsarn.asia> --- Created attachment 64935 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64935&action=edit Allow symbolic link in /etc/koha/sites Test Plan: Before patch: 1) Create a Koha site called demo 2) mv /etc/koha/sites/demo /srv/demo 3) ln -s /srv/demo /etc/koha/sites/ 4) koha-list will not show demo as one of the site 5) koha-list --enabled will not show demo as one of the site After patch: 1) Create a Koha site called demo 2) mv /etc/koha/sites/demo /srv/demo 3) ln -s /srv/demo /etc/koha/sites/ 4) koha-list will show demo as one of the site 5) koha-list --enabled will show demo as one of the site -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.