Changeset - 904596503549
[Not reviewed]
0 2 0
Lance Edgar - 3 years ago 2021-12-06 21:29:56
lance@edbob.org
Mark some import handlers as safe for web app
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
rattail_corepos/corepos/importing/rattail.py
Show inline comments
 
@@ -56,6 +56,7 @@ class FromRattailToCore(importing.FromRattailHandler, ToCOREAPIHandler):
 
    Rattail -> CORE-POS export handler
 
    """
 
    direction = 'export'
 
    safe_for_web_app = True
 

	
 
    def get_importers(self):
 
        importers = OrderedDict()
rattail_corepos/importing/corepos/api.py
Show inline comments
 
@@ -51,6 +51,7 @@ class FromCOREPOSToRattail(importing.ToRattailHandler):
 
    host_key = 'corepos_api'
 
    generic_host_title = "CORE Office (API)"
 
    host_title = "CORE-POS (API)"
 
    safe_for_web_app = True
 

	
 
    def get_importers(self):
 
        importers = OrderedDict()
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now