Compare commits
6 Commits
4a45ebfe3b
...
v6.13.2
Author | SHA1 | Date | |
---|---|---|---|
|
3638bde633 | ||
3a2361f42c | |||
|
1bd0eef913 | ||
85aa3b38b7 | |||
678859a68d | |||
|
e531acee3f |
@@ -1,3 +1,10 @@
|
|||||||
|
## [6.13.2](https://git.datacontroller.io/dc/dc/compare/v6.13.1...v6.13.2) (2025-02-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* get metadata email if exists ([1bd0eef](https://git.datacontroller.io/dc/dc/commit/1bd0eef913593579771c647d80010ce628c00819))
|
||||||
|
|
||||||
## [6.13.1](https://git.datacontroller.io/dc/dc/compare/v6.13.0...v6.13.1) (2025-02-18)
|
## [6.13.1](https://git.datacontroller.io/dc/dc/compare/v6.13.0...v6.13.1) (2025-02-18)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dcfrontend",
|
"name": "dcfrontend",
|
||||||
"version": "6.13.1",
|
"version": "6.13.2",
|
||||||
"description": "Data Controller",
|
"description": "Data Controller",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@saithodev/semantic-release-gitea": "^2.1.0",
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
||||||
|
@@ -96,6 +96,8 @@ data work.emails;
|
|||||||
/* get email from metadata if not in input table */
|
/* get email from metadata if not in input table */
|
||||||
if metadata_getnasn(uri,"EmailAddresses",1,emailuri)<=0 then do;
|
if metadata_getnasn(uri,"EmailAddresses",1,emailuri)<=0 then do;
|
||||||
putlog "DCWARN: " alert_user " has no emails in MPE_EMAILS or metadata!";
|
putlog "DCWARN: " alert_user " has no emails in MPE_EMAILS or metadata!";
|
||||||
|
end;
|
||||||
|
else do;
|
||||||
if metadata_getattr(emailuri,"Address",user_email)<0 then do;
|
if metadata_getattr(emailuri,"Address",user_email)<0 then do;
|
||||||
putlog 'DCWARN: Unexpected error! Valid emailURI but no email. Weird.';
|
putlog 'DCWARN: Unexpected error! Valid emailURI but no email. Weird.';
|
||||||
end;
|
end;
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
%webout(OPEN)
|
%webout(OPEN)
|
||||||
%webout(OBJ,attributes)
|
%webout(OBJ,attributes, missing=STRING)
|
||||||
%webout(OBJ,associations)
|
%webout(OBJ,associations)
|
||||||
%webout(CLOSE)
|
%webout(CLOSE)
|
||||||
%mpeterm()
|
%mpeterm()
|
||||||
|
Reference in New Issue
Block a user