Description of the issue/feature this PR addresses
This PR fixes an issue where a linked dynamic analysis specification does not hook to analysis service keywords if they consist only of numbers, e.g. 413.
Current behavior before PR
Desired behavior after PR is merged
Dynamic analysisspecs also hook services with number keywords
--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.
Description of the issue/feature this PR addresses
This PR fixes an issue where a linked dynamic analysis specification does not hook to analysis service keywords if they consist only of numbers, e.g.
413
.Current behavior before PR
Desired behavior after PR is merged
Dynamic analysisspecs also hook services with number keywords
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.