Export Movements to CSV File
fix Visibility for a Circuit
This commit is contained in:
@@ -417,7 +417,7 @@ router.post('/settable', authenticate, async (req, res) => {
|
||||
typedir = shared_consts.TypeNotifs.TYPEDIR_CIRCUITS;
|
||||
typeid = shared_consts.TypeNotifs.ID_CIRCUIT_NEW_REC;
|
||||
circuitnameDest = myrec ? myrec.name : '';
|
||||
setnotif = true;
|
||||
setnotif = (myrec.visibility === 0); // Not send a notification to others if the Circuit is HIDDEN or PRIVATE
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user