mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
access_element removed (redundant, use access='0' instead)
This commit is contained in:
@@ -105,14 +105,12 @@ class SystemReader
|
||||
if access == ''
|
||||
access = 'all'
|
||||
end
|
||||
access_element = input_value.xpath('@access_element').to_s
|
||||
access_json = input_value.xpath('@access_json').to_s
|
||||
variable = input_value.xpath('../@into').to_s
|
||||
value = input_value.text
|
||||
Print.verbose " -- datastore: #{variable} = #{value}"
|
||||
(module_selector.received_datastores[variable] ||= []).push('variablename' => value,
|
||||
'access' => access,
|
||||
'access_element' => access_element,
|
||||
'access_json' => access_json)
|
||||
end
|
||||
|
||||
|
||||
@@ -140,7 +140,6 @@
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute name="access" type="xs:string" default="next"/>
|
||||
<xs:attribute name="access_element" type="xs:integer"/>
|
||||
<xs:attribute name="access_json" type="xs:string"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
||||
Reference in New Issue
Block a user