Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-701

ServerMessage API should handle urls of a specific workpace

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.4
    • None
    • None
    • None

      Until now, we use:

      • null for serveur root
        new org.ametys.servercomm.ServerMessage(null, "path/relative/to/root", ...)
        
      • pluginName for a URL relative to plugin
        new org.ametys.servercomm.ServerMessage("pluginName", "path/relative/to/plugin", ...)
        

      Now :

      • null should be the current workspace
      • _workspaceName should a url relative to the workspace
      • pluginName is still a url relative to the plugin

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: