Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[LetoDMS-3.0.0-RC4] - Known bugs and their correction ( please don't post results here)
#7
Hi

New bug with correction
Problem with assigning access

In "inc.ClassFolder.php" file lines 275 and 304 change
PHP Code:
foreach ($this->_notifyList["users"] as $u) { 
to
PHP Code:
if (empty($this->_notifyList))
      
$this->getNotifyList();

foreach (
$this->_notifyList["users"] as $u) { 


For "The download problem of doc, xls, jpg", we had the problem in my work, but I can not find how it was corrected.

doudoux
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)