Partials files path is not detected correctly in UI

Not urgent or important but I guess it can annoy someone at some point :slight_smile:

I have this partial added manually that works correctly.
If I were to convert a piece of code in this file to partial it will also add the correct path.
These two scenarios work correctly.

image

However in the properties section of the UI if I select the partial it will not recognize the partial path.

image

If I were to select the partial from the list

image

The path would change in code and I would get the expected error.

image

image

Could be also that I am missing something in my header or project to define the root of the files? :thinking:

In the next update all partials will just have absolute views relative paths, so no need for any relative paths

1 Like

This is improved in Wappler 3.4.0 now

An absolute link to /partials is always used - so no matter where your partial is located it works.

This topic was automatically closed after 27 hours. New replies are no longer allowed.