[MAGNOLIA-477] import mode can be selected from servlet Created: 15/Jul/05 Updated: 26/Jul/05 Resolved: 26/Jul/05 |
|
| Status: | Closed |
| Project: | Magnolia |
| Component/s: | admininterface |
| Affects Version/s: | None |
| Fix Version/s: | 2.1 Final |
| Type: | Improvement | Priority: | Major |
| Reporter: | Nicolas Modrzyk | Assignee: | Fabrizio Giustina |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Any (OSX 10.4.2, Jetty , Java 1.4) |
||
| Attachments: |
|
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Date of First Response: |
| Description |
|
Would like to be able to select the import mode when using the Import/Export servlet. int importMode = ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW; is no more static but is actually a parameter in the post request. It is possible to have the fix included in SVN ? Patch (without CSS) is here:
/**
@@ -202,6 +208,15 @@ /**
boolean keepVersionHistory = BooleanUtils.toBoolean(form.getParameter(PARAM_KEEPVERSIONS)); String repository = form.getParameter(PARAM_REPOSITORY);
String redirectPage = form.getParameter(PARAM_REDIRECT);
@@ -365,6 +383,9 @@ + try { |
| Comments |
| Comment by Nicolas Modrzyk [ 15/Jul/05 ] |
|
the first patch was not the right one ... I am now uploading the proper file. |
| Comment by Fabrizio Giustina [ 21/Jul/05 ] |
|
committed to svn (note that the parameter has a different name and other uuid behaviors are supported) |
| Comment by Boris Kraft [ 26/Jul/05 ] |
|
reassigned to RC3 |