17
Views
3
Comments
Solved
I cannot find the background image URL path in Style Sheet
Application Type
Reactive
Service Studio Version
11.54.32 (Build 62941)

Hi everyone, newbie to Outsystems, first time asking question on community.
I am copying code from another module to my module hand by hand (I do not want to import the module directly due to some reasons about security and license). 
But I am facing missing URL path in the block Style Sheet, even though I copied everything like data in the DB, theme, ...
How to check where the URL path origin from? I tried to search the keyword but it not help
Module name: International Telephone Input Reactive by Rúben Meireles
Could not provide the OML due to maximum data

Solution

Yes, If you already copied image from old module to new one you will need to change URL into CSS by copying value of runtime pass to it (path that highlighted into screenshot I shared)

Hello Binh,

You need to copy that image "InternationalTelephoneInputReactive.flags_2x.png" from Images folder of  module to Imagesfolder of new module and this should work.

Images folder existing into Interface tab into OutSystems service studio when you open the module

Thank you for your reply, I found out that the reason is URL need to follow the project base name to make the Service Studio to understand.

Solution

Yes, If you already copied image from old module to new one you will need to change URL into CSS by copying value of runtime pass to it (path that highlighted into screenshot I shared)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.