Paolo a0b368683e - Remove global constant OU_SENDER_TEST_REMINDER from application/config/constants.php
- Page for the Infocenter details messages block should use CL/Message_model logic
- Page to read personal messages wrongly displays the sender
- Page to read message with token wrongly displays the sender
- All the pages should display the sender using the following logic:
 	- If the sender id is set and it is not the system sender and the organization unit is not set then display the sender name + surname
 	- If the sender id is set and it is not the system sender and the organization unit is set then display the sender name + surname
 	- If the sender id is set and it is the system sender and the organization unit is set then display the organization unit
 	- If the sender id is set and it is the system sender and the organization unit is not set then display "System sender"
 	- The organization unit should firstly retrieved from the degree programs, if not available then from the organization units, if not available then display "System sender"
- Centralized this logic in the CL/Message_model as much as possible
2023-04-19 13:51:53 +02:00
2023-02-21 08:02:15 +01:00
2021-07-05 18:18:20 +02:00
2023-02-15 14:50:12 +01:00
2023-04-04 17:37:01 +02:00
2016-04-10 18:11:09 +02:00
2010-01-25 08:48:30 +00:00
2011-02-08 14:05:23 +00:00
2015-04-14 17:24:27 +02:00
S
Description
No description provided
Readme GPL-3.0 171 MiB
Languages
PHP 66.2%
JavaScript 12.3%
HTML 9.1%
XSLT 8.4%
CSS 3.4%
Other 0.5%