[Bps-public-commit] rtir-extension-misp branch master updated. 0200ffd96fc6f625df9fab2e28d563566054e6ae
BPS Git Server
git at git.bestpractical.com
Fri Oct 8 20:38:30 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir-extension-misp".
The branch, master has been updated
via 0200ffd96fc6f625df9fab2e28d563566054e6ae (commit)
from 1d7f8b4264517aba78ff2db0055fab8117b42598 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0200ffd96fc6f625df9fab2e28d563566054e6ae
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Oct 9 04:19:40 2021 +0800
Use more general names to fill MISP CF values in case they are in groupings
diff --git a/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent b/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
index 0d3fd0a..1be3dd0 100644
--- a/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
+++ b/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
@@ -41,8 +41,8 @@
<td class="collection-as-table align-text-top">
<form action="<% $create_URI %>" name="CreateIncident-<% $i %>" id="CreateIncident-<% $i %>" method="post">
<input type="hidden" value="<% $item->{info} %>" name="Subject">
- <input type="hidden" value="<% $item->{id} %>" name="<% GetCustomFieldInputName(CustomField => $cf_misp_id) %>">
- <input type="hidden" value="<% $item->{uuid} %>" Name="<% GetCustomFieldInputName(CustomField => $cf_uuid) %>">
+ <input type="hidden" value="<% $item->{id} %>" name="<% 'CustomField-' . $cf_misp_id->Id %>">
+ <input type="hidden" value="<% $item->{uuid} %>" Name="<% 'CustomField-' . $cf_uuid->Id %>">
<input type="hidden" value="<% $Lifecycle %>" Name="Lifecycle">
<input type="submit" class="button btn btn-primary form-control" value="<&|/l&>Create new ticket</&>" />
</form>
-----------------------------------------------------------------------
Summary of changes:
.../RTIR/Tools/ExternalFeeds.html/DisplayFeedContent | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
rtir-extension-misp
More information about the Bps-public-commit
mailing list