Browse Source

Merge pull request #23452 from abpframework/auto-merge/rel-9-2/3916

Merge branch rel-9.3 with rel-9.2
pull/23453/head
maliming 1 year ago
committed by GitHub
parent
commit
6ad1b06d3b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Resources/WebRequestResources.cs

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Resources/WebRequestResources.cs

@ -30,6 +30,8 @@ public class WebRequestResources : IWebRequestResources, IScopedDependency
}
Resources.Add(path, resources);
// Create a new list as return value to avoid any changes to the list will affect the value in Resources dictionary.
return resources.ToList();
}
}

Loading…
Cancel
Save