Skip to content

Commit 532b5d9

Browse files
committed
LUT-28590 : manage specific entryType FileStoreService with new GenericAttributeFileStoreService
1 parent c7e1f87 commit 532b5d9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>fr.paris.lutece.plugins</groupId>
4242
<artifactId>plugin-genericattributes</artifactId>
43-
<version>[2.4.5,)</version>
43+
<version>[2.4.6-SNAPSHOT,)</version>
4444
<type>lutece-plugin</type>
4545
</dependency>
4646
<dependency>

src/java/fr/paris/lutece/plugins/forms/service/entrytype/EntryTypeComment.java

-6
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,4 @@ public boolean isResponseChanged( List<Response> listResponseReference, List<Res
109109
{
110110
return false;
111111
}
112-
113-
@Override
114-
protected IFileStoreServiceProvider getFileStoreServiceProvider( )
115-
{
116-
return FileService.getInstance( ).getFileStoreServiceProvider( "formsDatabaseFileStoreProvider" );
117-
}
118112
}

0 commit comments

Comments
 (0)