Project:
View Revisions: Issue #47999 | [ Back to Issue ] | ||
Summary | 0047999: Remove obsolete storeserver related code from sendemail module | ||
Revision | 2021-11-10 09:41 by shuehner | ||
Steps To Reproduce | - if (!serverController.isThisAStoreServer()) { - super.processEntry(importEntry); - } |
||
Revision | 2021-11-10 09:41 by shuehner | ||
Description | This module still retains some code related to the obsolete storeserver project. Specifically a condition to not process an entry if running on a storeserver. That can be simplified to just always process it now. |
||
Revision | 2021-11-06 12:31 by shuehner | ||
Steps To Reproduce | grep -Iir storeserver | ||
Revision | 2021-11-06 12:31 by shuehner | ||
Description | This module still retains some code related to the obsolete storeserver project. As that is long obsolete it should be cleaned up. |
Copyright © 2000 - 2009 MantisBT Group |