Skip to content

Commit

Permalink
Forgot to remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Jul 10, 2024
1 parent 4c8983f commit 9ee4e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wirecloud/commons/utils/template/writers/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def addPreferenceValues(resource, preferences):
addAttribute(pref, element, 'value', type='string', default=None, required=False)
addAttributes(pref, element, ('readonly', 'hidden'), default='false', type='boolean')

# TODO Adrian handle multiple screen sizes
def write_mashup_tree(doc, resources, options):

# Params
Expand Down

0 comments on commit 9ee4e0d

Please sign in to comment.